repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fp might be NULL.
[minix.git]
/
include
/
minix
/
cpufeature.h
blob
0dcb9a154d4f8160ecea7eaab65ec3487f18d583
1
2
#ifndef _MINIX_CPUFEATURE_H
3
#define _MINIX_CPUFEATURE_H 1
4
5
#define _CPUF_I386_PSE 1
/* Page Size Extension */
6
#define _CPUF_I386_PGE 2
/* Page Global Enable */
7
8
_PROTOTYPE
(
int
_cpufeature
, (
int
featureno
));
9
10
#endif