mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add forgotten declarations for tsc_perf_stat from the previous commit.
This commit is contained in:
parent
155094d77a
commit
dd3e254ebd
2 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue