 175de52487
			
		
	
	
		175de52487
		
	
	
	
	
		
			
			Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
		
			
				
	
	
		
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef QEMU_ID_H
 | |
| #define QEMU_ID_H
 | |
| 
 | |
| typedef enum IdSubSystems {
 | |
|     ID_QDEV,
 | |
|     ID_BLOCK,
 | |
|     ID_MAX      /* last element, used as array size */
 | |
| } IdSubSystems;
 | |
| 
 | |
| char *id_generate(IdSubSystems id);
 | |
| bool id_wellformed(const char *id);
 | |
| 
 | |
| #endif
 |