make style
This commit is contained in:
@@ -126,8 +126,8 @@ struct common_area {
|
||||
char version; /* Must be 1 */
|
||||
char command;
|
||||
struct {
|
||||
unsigned int bootrom_present:1; /* Set when a bootrom that is capable of parsing the common area is present */
|
||||
unsigned int osimage_present:1; /* Set when a osimage that is capable of parsing the common area is present */
|
||||
unsigned int bootrom_present: 1; /* Set when a bootrom that is capable of parsing the common area is present */
|
||||
unsigned int osimage_present: 1; /* Set when a osimage that is capable of parsing the common area is present */
|
||||
} __attribute__((packed)) flags;
|
||||
int arg1, arg2;
|
||||
} __attribute__((packed));
|
||||
|
||||
Reference in New Issue
Block a user