repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixes for /usr/xbin binaries bootstrap dir.
[minix3.git]
/
lib
/
sysutil
/
read_tsc.h
blob
ff72854f8a4895db97dc3a560ed3c5da87fa8950
1
#ifndef READ_TSC_H
2
#define READ_TSC_H
3
4
_PROTOTYPE
(
void
read_tsc
, (
unsigned long
*
hi
,
unsigned long
*
lo
) );
5
6
#endif
/* READ_TSC_H */
7