Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/ide.h>
#include <linux/hdreg.h>
#include <linux/mutex.h>
#include "ide-disk.h"
Go to the source code of this file.
Functions | |
int | ide_disk_ioctl (ide_drive_t *drive, struct block_device *bdev, fmode_t mode, unsigned int cmd, unsigned long arg) |
int ide_disk_ioctl | ( | ide_drive_t * | drive, |
struct block_device * | bdev, | ||
fmode_t | mode, | ||
unsigned int | cmd, | ||
unsigned long | arg | ||
) |
Definition at line 18 of file ide-disk_ioctl.c.