Add a prototype for OF_alloc_phys.

This commit is contained in:
Robert Drehmel 2001-10-15 14:43:38 +00:00
parent 8414482077
commit aa5bde88b1

View File

@ -104,6 +104,7 @@ int OF_seek(ihandle_t, u_quad_t);
/* Memory functions */
void *OF_claim(void *, u_int, u_int);
void *OF_alloc_phys(size_t, int);
void OF_release(void *, u_int);
/* Control transfer functions */