aboutsummaryrefslogtreecommitdiff
path: root/src/device/oprom/yabel/compat/of.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/oprom/yabel/compat/of.h')
-rw-r--r--src/device/oprom/yabel/compat/of.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/oprom/yabel/compat/of.h b/src/device/oprom/yabel/compat/of.h
index ce910f7e69..8cec44fe97 100644
--- a/src/device/oprom/yabel/compat/of.h
+++ b/src/device/oprom/yabel/compat/of.h
@@ -31,7 +31,6 @@
* IBM Corporation - initial implementation
*****************************************************************************/
-
#ifndef OF_H
#define OF_H
#define p32 int
@@ -48,7 +47,6 @@ typedef struct
unsigned int args[16];
} of_arg_t;
-
phandle_t of_finddevice (const char *);
phandle_t of_peer(phandle_t);
phandle_t of_child(phandle_t);
@@ -56,7 +54,6 @@ phandle_t of_parent(phandle_t);
int of_getprop(phandle_t, const char *, void *, int);
void *of_call_method_3(const char *, ihandle_t, int);
-
ihandle_t of_open(const char *);
void of_close(ihandle_t);
int of_read(ihandle_t, void *, int);