diff -Nru a/include/asm-ppc/prom.h b/include/asm-ppc/prom.h --- a/include/asm-ppc/prom.h Fri Oct 3 10:57:25 2003 +++ b/include/asm-ppc/prom.h Fri Oct 3 10:57:25 2003 @@ -9,6 +9,7 @@ #define _PPC_PROM_H #include +#include typedef void *phandle; typedef void *ihandle; @@ -57,6 +58,9 @@ struct device_node *sibling; struct device_node *next; /* next device of same type */ struct device_node *allnext; /* next in list of all nodes */ + struct proc_dir_entry *pde; /* node's directory */ + struct proc_dir_entry *name_link; /* name symlink */ + struct proc_dir_entry *addr_link; /* address symlink */ }; struct prom_args;