forked from Minki/linux
657f201df6
This is where common declarations will go as we unify these files as much as possible into common code. Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
236 B
C
11 lines
236 B
C
#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 */
|
|
|
|
#endif /* __PROM_H */
|