diff options
Diffstat (limited to 'ipc/ipc_table.h')
-rw-r--r-- | ipc/ipc_table.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ipc/ipc_table.h b/ipc/ipc_table.h index 695adae4..3cc5f561 100644 --- a/ipc/ipc_table.h +++ b/ipc/ipc_table.h @@ -108,6 +108,12 @@ extern void ipc_table_free( vm_size_t size, vm_offset_t table); +void ipc_table_fill( + ipc_table_size_t its, + unsigned int num, + unsigned int min, + vm_size_t elemsize); + #define it_entries_alloc(its) \ ((ipc_entry_t) \ ipc_table_alloc((its)->its_size * sizeof(struct ipc_entry))) |