aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/calling.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/calling.h')
-rw-r--r--include/asm-um/calling.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-um/calling.h b/include/asm-um/calling.h
new file mode 100644
index 0000000..0b2384c
--- /dev/null
+++ b/include/asm-um/calling.h
@@ -0,0 +1,9 @@
+# Copyright 2003 - 2004 Pathscale, Inc
+# Released under the GPL
+
+#ifndef __UM_CALLING_H /* XXX x86_64 */
+#define __UM_CALLING_H
+
+#include "asm/arch/calling.h"
+
+#endif