Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / arch / ppc / boot / include / of1275.h
index 69173df..4ed88ac 100644 (file)
@@ -19,6 +19,9 @@ extern prom_entry of_prom_entry;
 
 /* function declarations */
 
+int    call_prom(const char *service, int nargs, int nret, ...);
+int    call_prom_ret(const char *service, int nargs, int nret,
+                     unsigned int *rets, ...);
 void * claim(unsigned int virt, unsigned int size, unsigned int align);
 int    map(unsigned int phys, unsigned int virt, unsigned int size);
 void   enter(void);