https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7434abd24d42177b0ac352511e9810d9768b14cf authored by Jason Self on 09 March 2017, 19:54:17 UTC
Linux-libre 3.12.71-gnu
Tip revision: 7434abd
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