|
libhd
5.0
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <errno.h>#include <fcntl.h>#include <ctype.h>#include <sys/stat.h>#include <sys/types.h>#include <linux/pci.h>#include "hd.h"#include "hd_int.h"#include "hddb.h"#include "pci.h"Macros | |
| #define | IORESOURCE_BITS 0x000000ff |
| #define | IORESOURCE_IO 0x00000100 |
| #define | IORESOURCE_MEM 0x00000200 |
| #define | IORESOURCE_IRQ 0x00000400 |
| #define | IORESOURCE_DMA 0x00000800 |
| #define | IORESOURCE_PREFETCH 0x00001000 |
| #define | IORESOURCE_READONLY 0x00002000 |
| #define | IORESOURCE_CACHEABLE 0x00004000 |
| #define | IORESOURCE_DISABLED 0x10000000 |