mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
Supply missing header guards
Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190604181618.19980-5-armbru@redhat.com>
This commit is contained in:
parent
37677d7db3
commit
f91005e195
84 changed files with 419 additions and 7 deletions
|
@ -7,6 +7,9 @@
|
|||
* support uClinux flat-format executables.
|
||||
*/
|
||||
|
||||
#ifndef LINUX_USER_FLAT_H
|
||||
#define LINUX_USER_FLAT_H
|
||||
|
||||
#define FLAT_VERSION 0x00000004L
|
||||
|
||||
#ifdef CONFIG_BINFMT_SHARED_FLAT
|
||||
|
@ -65,3 +68,5 @@ struct flat_hdr {
|
|||
#define OLD_FLAT_RELOC_TYPE_BSS 2
|
||||
|
||||
# define OLD_FLAT_FLAG_RAM 0x1 /* load program entirely into RAM */
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue