From a8bda437d1f409c7e357a51e2b0f4d91bef31107 Mon Sep 17 00:00:00 2001 From: Marc Jones Date: Thu, 4 Jun 2015 23:36:01 -0600 Subject: cbmem: Break out CBMEM_ID to a separate header file The cbmem util needs the CBMEM_IDs and the strings for reporting and shares the cbmem.h file with coreboot. Split out the IDs so for a simpler sharing and no worries about overlap of standard libraries and other things in the header that coreboot requires, but the tool does not. Change-Id: Iba760c5f99c5e9838ba9426e284b59f02bcc507a Signed-off-by: Marc Jones Reviewed-on: http://review.coreboot.org/10430 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- util/cbmem/cbmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbmem/cbmem.c') diff --git a/util/cbmem/cbmem.c b/util/cbmem/cbmem.c index e294c20578..3bc0fcd1a7 100644 --- a/util/cbmem/cbmem.c +++ b/util/cbmem/cbmem.c @@ -46,7 +46,7 @@ typedef uint16_t u16; typedef uint32_t u32; typedef uint64_t u64; -#include "cbmem.h" +#include "cbmem_id.h" #include "timestamp.h" #define CBMEM_VERSION "1.1" -- cgit v1.2.3