3 This code was written as part of the CMU Common Lisp project at
4 Carnegie Mellon University, and has been placed in the public domain.
12 #include "hppa-validate.h"
16 #include "mips-validate.h"
20 #include "rt-validate.h"
24 #include "sparc-validate.h"
27 #if defined(i386) || defined(__x86_64)
28 #include "x86-validate.h"
32 #include "alpha-validate.h"
36 #include "ppc-validate.h"
39 extern void validate(void);
41 #endif /* _VALIDATE_H_ */