|
@@ -109,6 +109,14 @@ typedef struct {
|
|
|
u32 imagesize;
|
|
|
} efi_capsule_header_t;
|
|
|
|
|
|
+/*
|
|
|
+ * Allocation types for calls to boottime->allocate_pages.
|
|
|
+ */
|
|
|
+#define EFI_ALLOCATE_ANY_PAGES 0
|
|
|
+#define EFI_ALLOCATE_MAX_ADDRESS 1
|
|
|
+#define EFI_ALLOCATE_ADDRESS 2
|
|
|
+#define EFI_MAX_ALLOCATE_TYPE 3
|
|
|
+
|
|
|
typedef int (*efi_freemem_callback_t) (u64 start, u64 end, void *arg);
|
|
|
|
|
|
/*
|