mkfs: move directory entry manipulation
[minix.git] / kernel / arch / i386 / glo.h
blob27437def8ef492c2b182dfa363626188ed4dc4e3
1 #ifndef __GLO_X86_H__
2 #define __GLO_X86_H__
4 #include "kernel/kernel.h"
5 #include "arch_proto.h"
7 EXTERN int cpu_has_tsc; /* signal whether this cpu has time stamp register. This
8 feature was introduced by Pentium */
10 EXTERN struct tss_s tss[CONFIG_MAX_CPUS];
12 EXTERN int i386_paging_enabled;
14 #endif /* __GLO_X86_H__ */