mirror of
https://github.com/rhboot/gnu-efi
synced 2026-08-26 00:26:04 -04:00
Do not include efisetjmp.h on efi.h
People than really want to use efisetjmp implementation can include the header on their own. Signed-off-by: leo <leo.sartre@geebol.fr>
This commit is contained in:
parent
230c36c6aa
commit
486ba3c3bd
2 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
#include <efi.h>
|
||||
#include <efilib.h>
|
||||
#include <efisetjmp.h>
|
||||
|
||||
EFI_STATUS
|
||||
efi_main(
|
||||
|
|
|
|||
|
|
@ -57,6 +57,5 @@ Revision History
|
|||
#include "efiudp.h"
|
||||
#include "efitcp.h"
|
||||
#include "efipoint.h"
|
||||
#include "efisetjmp.h"
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue