mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a prototype for OF_alloc_phys.
This commit is contained in:
parent
8414482077
commit
aa5bde88b1
1 changed files with 1 additions and 0 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue