mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-05 01:16:43 +07: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);
|
||
|
|