https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 29739aa1e71f88ca7b32908460cec88b5eef9e2c authored by Jason Self on 08 May 2013, 03:08:59 UTC
Linux-libre 3.0.77-gnu1
Tip revision: 29739aa
common.h

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);

extern void isa_init_irq(unsigned int irq);
back to top