diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2011-08-18 15:11:29 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2011-11-02 09:15:24 -0400 |
commit | 3fb77d7256f442e8e15d51f111bb6cf096d4a9f8 (patch) | |
tree | 91876e0d7c20bdee0552408e0eff206b94b42970 /arch/x86/um/asm | |
parent | ff9586e98feaf6c2df0c936075e3cbb31045b99e (diff) |
um: irq_vectors.h just shadows x86 one
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um/asm')
-rw-r--r-- | arch/x86/um/asm/irq_vectors.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/um/asm/irq_vectors.h b/arch/x86/um/asm/irq_vectors.h new file mode 100644 index 000000000000..272a81e0ce14 --- /dev/null +++ b/arch/x86/um/asm/irq_vectors.h | |||
@@ -0,0 +1,10 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) | ||
3 | * Licensed under the GPL | ||
4 | */ | ||
5 | |||
6 | #ifndef __UM_IRQ_VECTORS_H | ||
7 | #define __UM_IRQ_VECTORS_H | ||
8 | |||
9 | #endif | ||
10 | |||