common.h 220 B

12345678910
  1. #define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
  2. struct sys_timer;
  3. extern void timer_init(int irq);
  4. extern void __init icu_init_irq(void);
  5. extern void __init mmp_map_io(void);
  6. extern void mmp_restart(char, const char *);