8 lines
133 B
C
8 lines
133 B
C
|
#ifndef READ_TSC_H
|
||
|
#define READ_TSC_H
|
||
|
|
||
|
_PROTOTYPE(void read_tsc, (unsigned long *hi, unsigned long *lo) );
|
||
|
|
||
|
#endif /* READ_TSC_H */
|
||
|
|