summaryrefslogtreecommitdiff
path: root/include/vxworks.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-04-11 22:02:09 -0700
committerBin Meng <bmeng.cn@gmail.com>2018-04-16 16:54:51 +0800
commitfa5e91f778fe8aba1fa9a7d0d7f64abdf3080ac9 (patch)
tree933a9ab5ff8bb3678bb0a71c16e24638ddd01667 /include/vxworks.h
parent1351700cf2eec9fd928dace86de0aabdb34dfeb5 (diff)
downloadu-boot-fa5e91f778fe8aba1fa9a7d0d7f64abdf3080ac9.tar.gz
vxworks: x86: Rename e820info to e820_info
This changes 'struct e820info' to 'struct e820_info' to conform with the coding style. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Diffstat (limited to 'include/vxworks.h')
-rw-r--r--include/vxworks.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vxworks.h b/include/vxworks.h
index d912076322..4a83a34dfb 100644
--- a/include/vxworks.h
+++ b/include/vxworks.h
@@ -32,7 +32,7 @@
/* E820 info signatiure "SMAP" - System MAP */
#define E820_SIGNATURE 0x534d4150
-struct e820info {
+struct e820_info {
u32 sign; /* "SMAP" signature */
u32 x0; /* don't care, used by VxWorks */
u32 x1; /* don't care, used by VxWorks */