https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 7f63609cbab6fc25836ae10aa3380cdf6f8a9159 authored by Jason Self on 20 May 2015, 09:15:54 UTC
Linux-libre 3.12.43-gnu
Tip revision: 7f63609
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