1. NAME

idr_init - initialize idr handle

2. SYNOPSIS

void idr_init(struct idr *  idp );

3. ARGUMENTS

idp
    idr handle

4. DESCRIPTION

This function is use to set up the handle (idp) that you will pass to the rest of the functions.

5. COPYRIGHT