7195fe3325
support by Rogier Meurs <rogier@meurs.org>.
7 lines
133 B
C
7 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 */
|
|
|