mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 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>
		
			
				
	
	
		
			16 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			244 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef TARGET_SYSCALL_H
 | |
| #define TARGET_SYSCALL_H
 | |
| 
 | |
| struct target_pt_regs {
 | |
| 	abi_ulong u_regs[16];
 | |
| 	abi_ulong tstate;
 | |
| 	abi_ulong pc;
 | |
| 	abi_ulong npc;
 | |
| 	abi_ulong y;
 | |
| 	abi_ulong fprs;
 | |
| };
 | |
| 
 | |
| #define UNAME_MACHINE "sun4u"
 | |
| 
 | |
| #endif /* TARGET_SYSCALL_H */
 |