aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2017-07-04 08:00:16 -0400
committerTom Rini <trini@konsulko.com>2017-07-04 08:00:16 -0400
commit7e09145ea2e985511c660bdf567b61614acd75b3 (patch)
tree91860537dec991900895747c64c957785c7d32f6 /include
parent2f4c1d83f4e838bda4a02a408321aebc746b9eaa (diff)
parentda684a646d0c94f7a6126e7ecf110278691465a6 (diff)
downloadu-boot-7e09145ea2e985511c660bdf567b61614acd75b3.zip
u-boot-7e09145ea2e985511c660bdf567b61614acd75b3.tar.gz
u-boot-7e09145ea2e985511c660bdf567b61614acd75b3.tar.bz2
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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/efi_api.h b/include/efi_api.h
index 5c3836a..f071b36 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;