Read pc partition table out of first sector of device.
unsigned char * scsi_bios_ptable(struct block_device * dev);
dev
from this device
Reads the first sector from the device and returns 0x42 bytes starting at offset 0x1be.
partition table in kmalloc(GFP_KERNEL) memory, or NULL on error.