Add forgotten declarations for tsc_perf_stat from the previous commit.

This commit is contained in:
Jung-uk Kim 2011-04-12 22:22:01 +00:00
parent 155094d77a
commit dd3e254ebd
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ extern u_int i8254_freq;
extern int i8254_max_count;
extern uint64_t tsc_freq;
extern int tsc_is_invariant;
extern int tsc_perf_stat;
void i8254_init(void);

View File

@ -19,6 +19,7 @@ extern u_int i8254_freq;
extern int i8254_max_count;
extern uint64_t tsc_freq;
extern int tsc_is_invariant;
extern int tsc_perf_stat;
void i8254_init(void);