Bring Intel/HP efi source into project, remove gnu-efi
This commit is contained in:
10
src/include/efi/efisetjmp.h
Normal file
10
src/include/efi/efisetjmp.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef GNU_EFI_SETJMP_H
|
||||
#define GNU_EFI_SETJMP_H
|
||||
|
||||
#include <efi/eficompiler.h>
|
||||
#include <efi/efisetjmp_arch.h>
|
||||
|
||||
extern UINTN setjmp(jmp_buf *env) __attribute__((returns_twice));
|
||||
extern VOID longjmp(jmp_buf *env, UINTN value) __attribute__((noreturn));
|
||||
|
||||
#endif /* GNU_EFI_SETJMP_H */
|
||||
Reference in New Issue
Block a user