8d7f39e5ecbee7d705d3e7ebaabcb1025c16e17b
[sbcl.git] / src / runtime / lispregs.h
1 /*
2  * This software is part of the SBCL system. See the README file for
3  * more information.
4  *
5  * This software is derived from the CMU CL system, which was
6  * written at Carnegie Mellon University and released into the
7  * public domain. The software is in the public domain and is
8  * provided with absolutely no warranty. See the COPYING and CREDITS
9  * files for more information.
10  */
11
12 #if defined(mips) || defined(irix)
13 #include "mips-lispregs.h"
14 #endif
15
16 #ifdef sparc
17 #include "sparc-lispregs.h"
18 #endif
19
20 #ifdef __i386__
21 #include "x86-lispregs.h"
22 #endif
23
24 #ifdef parisc
25 #include "hppa-lispregs.h"
26 #endif
27
28 #ifdef alpha
29 #include "alpha-lispregs.h"
30 #endif
31
32 #ifndef LANGUAGE_ASSEMBLY
33 extern char *lisp_register_names[];
34 #endif