prom.h 180 B

123456789101112
  1. #ifndef __PROM_H
  2. #define __PROM_H
  3. #include <linux/spinlock.h>
  4. #include <asm/prom.h>
  5. void of_console_init(void);
  6. extern unsigned int prom_early_allocated;
  7. #endif /* __PROM_H */