aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm.h')
-rw-r--r--include/asm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/asm.h b/include/asm.h
index a58622e..bc15fae 100644
--- a/include/asm.h
+++ b/include/asm.h
@@ -3,10 +3,11 @@
3#ifndef ASM_H 3#ifndef ASM_H
4#define ASM_H 4#define ASM_H
5 5
6#ifdef __i386__ 6#if defined(__i386__) || defined(__x86_64__)
7#include "asm_i386.h" 7#include "asm_x86.h"
8#endif 8#endif
9 9
10
10#ifdef __sparc__ 11#ifdef __sparc__
11#include "asm_sparc.h" 12#include "asm_sparc.h"
12#endif 13#endif