diff options
| author | Greg Ungerer <gerg@snapgear.com> | 2003-02-18 05:47:03 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:47:03 -0800 |
| commit | 33271bbc71e8e007be6560481e1699e853b4292b (patch) | |
| tree | bc40d414c375644e21b3492d067fdb8f5c1319d6 /include/linux/flat.h | |
| parent | 14e9c1852ea43c9b325b42b6c41b24f1a4698a2d (diff) | |
[PATCH] include the architecture flat file header in common flat header
This patch adds support into the common flat.h header to include
the architecture specific flat.h header. This is modelled on the
same scheme as the elf include header file support.
Diffstat (limited to 'include/linux/flat.h')
| -rw-r--r-- | include/linux/flat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/flat.h b/include/linux/flat.h index 212295aeb702..7643a3f9d3f5 100644 --- a/include/linux/flat.h +++ b/include/linux/flat.h @@ -10,6 +10,8 @@ #ifndef _LINUX_FLAT_H #define _LINUX_FLAT_H +#include <asm/flat.h> + #define FLAT_VERSION 0x00000004L /* |
