1. NAME

ipc_init_ids - initialise IPC identifiers

2. SYNOPSIS

void ipc_init_ids(struct ipc_ids *  ids );

3. ARGUMENTS

ids
    Identifier set

4. DESCRIPTION

Set up the sequence range to use for the ipc identifier range (limited below IPCMNI) then initialise the ids idr.

5. COPYRIGHT