1. NAME

get_gendisk - get partitioning information for a given device

2. SYNOPSIS

struct gendisk * get_gendisk(dev_t  devt , int *  partno );

3. ARGUMENTS

devt
    device to get partitioning information for

partno
    returned partition index

4. DESCRIPTION

This function gets the structure containing partitioning information for the given device devt.

5. COPYRIGHT