mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-02 07:11:12 +00:00
10 lines
189 B
C
10 lines
189 B
C
|
|
||
|
extern struct sys_timer footbridge_timer;
|
||
|
extern struct sys_timer isa_timer;
|
||
|
|
||
|
extern void isa_rtc_init(void);
|
||
|
|
||
|
extern void footbridge_map_io(void);
|
||
|
extern void footbridge_init_irq(void);
|
||
|
|