diff options
Diffstat (limited to 'src/include/memlayout.h')
-rw-r--r-- | src/include/memlayout.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/memlayout.h b/src/include/memlayout.h index a80e03ef85..263dc5ceda 100644 --- a/src/include/memlayout.h +++ b/src/include/memlayout.h @@ -102,4 +102,6 @@ . += sz; #endif +#define CBFS_HEADER_OFFSET(addr) REGION(cbfs_header_offset, addr, 4, 4) + #endif /* __MEMLAYOUT_H */ |