Move all guid instances into .rodata in our own list.
This commit is contained in:
8
src/boot/guids.h
Normal file
8
src/boot/guids.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include <efi.h>
|
||||
|
||||
int is_guid(EFI_GUID *a, EFI_GUID *b);
|
||||
|
||||
#define GUID(dw, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8, name) extern EFI_GUID name
|
||||
#include "guids.inc"
|
||||
#undef GUID
|
||||
Reference in New Issue
Block a user