diff options
author | Tom Rini <trini@konsulko.com> | 2017-07-04 08:00:16 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-04 08:00:16 -0400 |
commit | 7e09145ea2e985511c660bdf567b61614acd75b3 (patch) | |
tree | 91860537dec991900895747c64c957785c7d32f6 /include | |
parent | 2f4c1d83f4e838bda4a02a408321aebc746b9eaa (diff) | |
parent | da684a646d0c94f7a6126e7ecf110278691465a6 (diff) | |
download | u-boot-7e09145ea2e985511c660bdf567b61614acd75b3.tar.gz |
Merge tag 'signed-efi-next' of git://github.com/agraf/u-boot
Patch queue for efi - 2017-07-04
Highlights this time: bugfixes. With these changes, OpenBSD should
be more happy.
Diffstat (limited to 'include')
-rw-r--r-- | include/efi_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/efi_api.h b/include/efi_api.h index 5c3836a51b..f071b36b53 100644 --- a/include/efi_api.h +++ b/include/efi_api.h @@ -28,6 +28,9 @@ enum efi_event_type { EFI_TIMER_RELATIVE = 2 }; +#define EVT_NOTIFY_WAIT 0x00000100 +#define EVT_NOTIFY_SIGNAL 0x00000200 + /* EFI Boot Services table */ struct efi_boot_services { struct efi_table_hdr hdr; |