Commit 33271bbc authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[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.
parent 14e9c185
......@@ -10,6 +10,8 @@
#ifndef _LINUX_FLAT_H
#define _LINUX_FLAT_H
#include <asm/flat.h>
#define FLAT_VERSION 0x00000004L
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment