1. NAME

add_disk - add partitioning information to kernel list

2. SYNOPSIS

void add_disk(struct gendisk *  disk );

3. ARGUMENTS

disk
    per-device partitioning information

4. DESCRIPTION

This function registers the partitioning information in disk with the kernel.

5. FIXME

error handling

6. COPYRIGHT