diff options
Diffstat (limited to 'src/include/pc80/i8254.h')
-rw-r--r-- | src/include/pc80/i8254.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pc80/i8254.h b/src/include/pc80/i8254.h index b0d3a93fb3..82f31e6ff3 100644 --- a/src/include/pc80/i8254.h +++ b/src/include/pc80/i8254.h @@ -20,6 +20,8 @@ #ifndef PC80_I8254_H #define PC80_I8254_H +void setup_i8254(void); + /* Ports for the 8254 timer chip */ #define TIMER0_PORT 0x40 #define TIMER1_PORT 0x41 |