mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
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>
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user