summaryrefslogtreecommitdiff
path: root/sys/src/boot/efi/efi.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2014-10-18 18:48:56 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2014-10-18 18:48:56 +0200
commit99e004c72e5a95a37a5060d273c3c1ce99bed6ec (patch)
tree71b7a53b5a2b25729814d8ab3933bb1e6d2502c6 /sys/src/boot/efi/efi.h
parent6aa6e9fc8b27850769899f23f4462c7eaf1da3d4 (diff)
efi: convert pixel format to bootscreen color channel
Diffstat (limited to 'sys/src/boot/efi/efi.h')
-rw-r--r--sys/src/boot/efi/efi.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/src/boot/efi/efi.h b/sys/src/boot/efi/efi.h
index 60ba31c3b..545635690 100644
--- a/sys/src/boot/efi/efi.h
+++ b/sys/src/boot/efi/efi.h
@@ -48,6 +48,14 @@ typedef struct {
UINT32 ReservedMask;
} EFI_PIXEL_BITMASK;
+enum {
+ PixelRedGreenBlueReserved8BitPerColor,
+ PixelBlueGreenRedReserved8BitPerColor,
+ PixelBitMask,
+ PixelBltOnly,
+ PixelFormatMax,
+};
+
typedef struct {
UINT32 Version;
UINT32 HorizontalResolution;