aboutsummaryrefslogtreecommitdiff
path: root/arch/um/include/asm/a.out.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/include/asm/a.out.h')
-rw-r--r--arch/um/include/asm/a.out.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/um/include/asm/a.out.h b/arch/um/include/asm/a.out.h
new file mode 100644
index 000000000000..754181ee8683
--- /dev/null
+++ b/arch/um/include/asm/a.out.h
@@ -0,0 +1,11 @@
+/*
+ * Copyright (C) 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
+ * Licensed under the GPL
+ */
+
+#ifndef __UM_A_OUT_H
+#define __UM_A_OUT_H
+
+#include "asm/arch/a.out.h"
+
+#endif