Add missing EFI end device path subtypes
Alle checks waren succesvol
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Rafal Kupiec 2022-10-02 14:05:37 +02:00
bovenliggende 6c6e5fe70a
commit b21f9c199f
Getekend door: belliash
GPG sleutel-ID: 4E829243E0CFE6B4

Bestand weergeven

@ -137,6 +137,11 @@
#define EFI_BBS_TYPE_DEV 0x80
#define EFI_BBS_TYPE_UNKNOWN 0xFF
/* EFI end device path subtypes */
#define EFI_END_INSTANCE_DP 0x01
#define EFI_END_UNPACKED_DP 0x7F
#define EFI_END_ENTIRE_DP 0xFF
/* EFI file open modes */
#define EFI_FILE_MODE_READ 0x0000000000000001
#define EFI_FILE_MODE_WRITE 0x0000000000000002