common.h 200 B

12345678
  1. #include <linux/reboot.h>
  2. #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
  3. extern void timer_init(int irq);
  4. extern void __init mmp_map_io(void);
  5. extern void mmp_restart(enum reboot_mode, const char *);