| 1 | /* @title: Clock Name Definitions */ |
|---|---|
| 2 | #pragma once |
| 3 | #define CLOCK_NAME_LAPIC "lapic" |
| 4 | #define CLOCK_NAME_HPET "hpet" |
| 5 | #define CLOCK_NAME_TSC "tsc" |
| 6 |
| 1 | /* @title: Clock Name Definitions */ |
|---|---|
| 2 | #pragma once |
| 3 | #define CLOCK_NAME_LAPIC "lapic" |
| 4 | #define CLOCK_NAME_HPET "hpet" |
| 5 | #define CLOCK_NAME_TSC "tsc" |
| 6 |