 a8b991b52d
			
		
	
	
		a8b991b52d
		
	
	
	
	
		
			
			Leading underscores are ill-advised because such identifiers are reserved. Trailing underscores are merely ugly. Strip both. Our header guards commonly end in _H. Normalize the exceptions. Done with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190315145123.28030-7-armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> [Changes to slirp/ dropped, as we're about to spin it off]
		
			
				
	
	
		
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			101 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef QEMU_DRM_H
 | |
| #define QEMU_DRM_H
 | |
| 
 | |
| int qemu_drm_rendernode_open(const char *rendernode);
 | |
| 
 | |
| #endif
 |