Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283532
b: refs/heads/master
c: bb05e4b
h: refs/heads/master
v: v3
  • Loading branch information
Matt Fleming authored and H. Peter Anvin committed Dec 10, 2011
1 parent 340bcf2 commit 8040768
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8e84f345e2f2189a37492c77c566c7494b7b6b23
refs/heads/master: bb05e4ba452ada7966fbced4e829aa029f546445
8 changes: 8 additions & 0 deletions trunk/include/linux/efi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

/*
Expand Down

0 comments on commit 8040768

Please sign in to comment.