X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fpowerpc%2Fboot%2Fof.h;h=e4c68f7391c5c430613087054c45de516fe1cc6a;hb=d67c6f869c0a7f275689855161c93d714197e052;hp=169d3110699182340bb73e4e2396abc78f7c5f3a;hpb=2e6016133755eb3cc44e8efab92573d23ed75888;p=linux-2.6 diff --git a/arch/powerpc/boot/of.h b/arch/powerpc/boot/of.h index 169d311069..e4c68f7391 100644 --- a/arch/powerpc/boot/of.h +++ b/arch/powerpc/boot/of.h @@ -7,7 +7,13 @@ typedef void *ihandle; void of_init(void *promptr); int of_call_prom(const char *service, int nargs, int nret, ...); void *of_claim(unsigned long virt, unsigned long size, unsigned long align); +void *of_vmlinux_alloc(unsigned long size); void of_exit(void); +void *of_finddevice(const char *name); +int of_getprop(const void *phandle, const char *name, void *buf, + const int buflen); +int of_setprop(const void *phandle, const char *name, const void *buf, + const int buflen); /* Console functions */ void of_console_init(void);