fp might be NULL.
[minix.git] / include / minix / cpufeature.h
blob0dcb9a154d4f8160ecea7eaab65ec3487f18d583
2 #ifndef _MINIX_CPUFEATURE_H
3 #define _MINIX_CPUFEATURE_H 1
5 #define _CPUF_I386_PSE 1 /* Page Size Extension */
6 #define _CPUF_I386_PGE 2 /* Page Global Enable */
8 _PROTOTYPE(int _cpufeature, (int featureno));
10 #endif