#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <sys/pci.h>
#include <linux/types.h>
#include <linux/ioctl.h>
#include "hd.h"
#include "hd_int.h"
#include "disk.h"
Data Structures | |
struct | _cciss_pci_info_struct |
Defines | |
#define | CCISS_IOC_MAGIC 'B' |
#define | CCISS_GETPCIINFO _IOR(CCISS_IOC_MAGIC, 1, cciss_pci_info_struct) |
#define | IDAGETPCIINFO 0x32323333 |
Typedefs | |
typedef _cciss_pci_info_struct | cciss_pci_info_struct |
Functions | |
void | hd_scan_disk (hd_data_t *hd_data) |
|
|
|
|
|
|
|
|
|
|