2008-12-05 12:12:20 +08:00
|
|
|
#ifndef __PROM_H
|
|
|
|
#define __PROM_H
|
|
|
|
|
|
|
|
#include <linux/spinlock.h>
|
|
|
|
#include <asm/prom.h>
|
|
|
|
|
|
|
|
extern struct device_node *allnodes; /* temporary while merging */
|
|
|
|
extern rwlock_t devtree_lock; /* temporary while merging */
|
|
|
|
|
2008-12-05 16:40:43 +08:00
|
|
|
extern void * prom_early_alloc(unsigned long size);
|
|
|
|
|
2008-12-05 12:12:20 +08:00
|
|
|
#endif /* __PROM_H */
|