xref: /dragonfly/sys/platform/pc64/include/param.h (revision 8a7bdfea)
1 /*
2  * $DragonFly: src/sys/platform/pc64/include/param.h,v 1.1 2007/09/23 04:42:07 yanyh Exp $
3  */
4 
5 #ifndef _MACHINE_PARAM_H_
6 
7 #ifndef _NO_NAMESPACE_POLLUTION
8 #define _MACHINE_PARAM_H_
9 #endif
10 
11 #ifndef _MACHINE_PLATFORM
12 #define _MACHINE_PLATFORM	pc64
13 #endif
14 
15 #ifndef _NO_NAMESPACE_POLLUTION
16 
17 #ifndef MACHINE_PLATFORM
18 #define MACHINE_PLATFORM	"pc64"
19 #endif
20 
21 #endif
22 
23 #include <cpu/param.h>
24 
25 #endif
26 
27