minix/include/arch/i386/include/archconst.h
Arun Thomas a57a591f25 Reorganize arch consts and types
-DEFAULT_HZ const moved to archconst.h
-cpu_info struct moved to archtypes.h
2012-08-16 17:07:43 +02:00

7 lines
157 B
C

#ifndef _I386_CONST_H
#define _I386_CONST_H
#define DEFAULT_HZ 60 /* clock freq (software settable on IBM-PC) */
#endif /* #ifndef _I386_CONST_H */