Implemented Runtime Services
This commit is contained in:
parent
937e50d0ee
commit
7c8c1aef7b
7 changed files with 94 additions and 30 deletions
|
@ -118,12 +118,4 @@ typedef UINTN EFI_TPL;
|
|||
#define EFI_TEXT_ATTR(Foreground,Background) \
|
||||
((Foreground) | ((Background) << 4))
|
||||
|
||||
// EFI Reset Type
|
||||
typedef enum {
|
||||
EfiResetCold,
|
||||
EfiResetWarm,
|
||||
EfiResetShutdown,
|
||||
EfiResetPlatformSpecific
|
||||
} EFI_RESET_TYPE;
|
||||
|
||||
#endif /* EFI_TYPES_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue