xref: /minix3/minix/include/arch/i386/include/archconst.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 #ifndef _I386_CONST_H
2 #define _I386_CONST_H
3 
4 #define DEFAULT_HZ        60	/* clock freq (software settable on IBM-PC) */
5 
6 #endif /* #ifndef _I386_CONST_H */
7