moved everything to chookspace
This commit is contained in:
15
gnu-efi/inc/ia32/efisetjmp_arch.h
Normal file
15
gnu-efi/inc/ia32/efisetjmp_arch.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef GNU_EFI_IA32_SETJMP_H
|
||||
#define GNU_EFI_IA32_SETJMP_H
|
||||
|
||||
#define JMPBUF_ALIGN 4
|
||||
|
||||
typedef struct {
|
||||
UINT32 Ebx;
|
||||
UINT32 Esi;
|
||||
UINT32 Edi;
|
||||
UINT32 Ebp;
|
||||
UINT32 Esp;
|
||||
UINT32 Eip;
|
||||
} ALIGN(JMPBUF_ALIGN) jmp_buf[1];
|
||||
|
||||
#endif /* GNU_EFI_IA32_SETJMP_H */
|
||||
Reference in New Issue
Block a user