aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/prom.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/prom.h')
-rw-r--r--arch/powerpc/include/asm/prom.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/powerpc/include/asm/prom.h b/arch/powerpc/include/asm/prom.h
index b0a84ea5f8ed..c236326177a8 100644
--- a/arch/powerpc/include/asm/prom.h
+++ b/arch/powerpc/include/asm/prom.h
@@ -71,18 +71,6 @@ struct boot_param_header
71 u32 dt_struct_size; /* size of the DT structure block */ 71 u32 dt_struct_size; /* size of the DT structure block */
72}; 72};
73 73
74
75
76typedef u32 phandle;
77typedef u32 ihandle;
78
79struct property {
80 char *name;
81 int length;
82 void *value;
83 struct property *next;
84};
85
86struct device_node { 74struct device_node {
87 const char *name; 75 const char *name;
88 const char *type; 76 const char *type;