https://jxself.org/git/linux-libre.git
Raw File
Tip revision: e1c3846c11f6ad39f2755a815dca856a9a82740e authored by Jason Self on 27 October 2013, 23:12:14 UTC
Linux-libre 3.12-rc7-gnu
Tip revision: e1c3846
common.h
#include <linux/reboot.h>

extern void footbridge_timer_init(void);
extern void isa_timer_init(void);

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);
extern void footbridge_restart(enum reboot_mode, const char *);
back to top