mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 20:30:01 +00:00 
			
		
		
		
	 2a6a4076e1
			
		
	
	
		2a6a4076e1
		
	
	
	
	
		
			
			Cleaned up with scripts/clean-header-guards.pl. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Richard Henderson <rth@twiddle.net>
		
			
				
	
	
		
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			233 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef LIBQOS_PC_H
 | |
| #define LIBQOS_PC_H
 | |
| 
 | |
| #include "libqos/libqos.h"
 | |
| 
 | |
| QOSState *qtest_pc_vboot(const char *cmdline_fmt, va_list ap);
 | |
| QOSState *qtest_pc_boot(const char *cmdline_fmt, ...);
 | |
| void qtest_pc_shutdown(QOSState *qs);
 | |
| 
 | |
| #endif
 |