Skip to content

Commit

Permalink
Add UEFI task priority level defines.
Browse files Browse the repository at this point in the history
  • Loading branch information
stikonas committed Jan 13, 2024
1 parent c103ee8 commit 8592f8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions uefi/uefi.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
#define END_HARDWARE_DEVICE_PATH 0x7F
#define END_ENTIRE_DEVICE_PATH 0xFF

#define TPL_APPLICATION 4
#define TPL_CALLBACK 8
#define TPL_NOTIFY 16
#define TPL_HIGH_LEVEL 31

void* _image_handle;
void* _root_device;
void* __user_stack;
Expand Down

0 comments on commit 8592f8b

Please sign in to comment.