[PATCH 2/7] Added generic lg.h in lguest directory.

From: Steven Rostedt
Date: Wed Aug 08 2007 - 20:34:46 EST


Add a generic lg.h file to call the architecture specific one.

Signed-off-by: Steven Rostedt <rostedt@xxxxxxxxxxx>
---
drivers/lguest/lg.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/lguest/lg.h b/drivers/lguest/lg.h
new file mode 100644
index 0000000..4c4356e
--- /dev/null
+++ b/drivers/lguest/lg.h
@@ -0,0 +1,3 @@
+#ifdef CONFIG_X86_32
+#include "i386/lg.h"
+#endif
--
1.4.4.4

--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/