diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2008-08-17 23:13:17 (GMT) |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-23 05:55:19 (GMT) |
commit | 8ede0bdb63305d3353efd97e9af6210afb05734e (patch) | |
tree | a9500a323d0a2dcadca43c23b5c20186f6d9b724 /arch/um/include/asm/calling.h | |
parent | 8569c9140bd41089f9b6be8837ca421102714a90 (diff) | |
download | linux-fsl-qoriq-8ede0bdb63305d3353efd97e9af6210afb05734e.tar.xz |
x86, um: initial part of asm-um move
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/um/include/asm/calling.h')
-rw-r--r-- | arch/um/include/asm/calling.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/um/include/asm/calling.h b/arch/um/include/asm/calling.h new file mode 100644 index 0000000..0b2384c --- /dev/null +++ b/arch/um/include/asm/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 |