vserver 2.0 rc7
[linux-2.6.git] / include / asm-ppc / prom.h
index 785dbba..75c0637 100644 (file)
@@ -9,12 +9,10 @@
 #define _PPC_PROM_H
 
 #include <linux/config.h>
+#include <linux/types.h>
 
-typedef void *phandle;
-typedef void *ihandle;
-
-extern char *prom_display_paths[];
-extern unsigned int prom_num_displays;
+typedef u32 phandle;
+typedef u32 ihandle;
 
 struct address_range {
        unsigned int space;