mirror of
https://github.com/qemu/qemu.git
synced 2026-05-17 15:39:58 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user