]> Git Repo - J-linux.git/blob - arch/sparc/kernel/prom.h
mm, x86: Saving vmcore with non-lazy freeing of vmas
[J-linux.git] / arch / sparc / kernel / prom.h
1 #ifndef __PROM_H
2 #define __PROM_H
3
4 #include <linux/spinlock.h>
5 #include <asm/prom.h>
6
7 extern void * prom_early_alloc(unsigned long size);
8 extern void irq_trans_init(struct device_node *dp);
9
10 extern unsigned int prom_unique_id;
11
12 extern char *build_path_component(struct device_node *dp);
13 extern void of_console_init(void);
14
15 extern unsigned int prom_early_allocated;
16
17 #endif /* __PROM_H */
This page took 0.027092 seconds and 4 git commands to generate.