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:
Markus Armbruster 2019-06-04 20:16:18 +02:00
parent 37677d7db3
commit f91005e195
84 changed files with 419 additions and 7 deletions

View file

@ -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