diff options
Diffstat (limited to 'include/asm.h')
-rw-r--r-- | include/asm.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm.h b/include/asm.h deleted file mode 100644 index bc15fae..0000000 --- a/include/asm.h +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
1 | /* liblitmus platform dependent includes */ | ||
2 | |||
3 | #ifndef ASM_H | ||
4 | #define ASM_H | ||
5 | |||
6 | #if defined(__i386__) || defined(__x86_64__) | ||
7 | #include "asm_x86.h" | ||
8 | #endif | ||
9 | |||
10 | |||
11 | #ifdef __sparc__ | ||
12 | #include "asm_sparc.h" | ||
13 | #endif | ||
14 | |||
15 | #endif | ||