Linux Kernel
3.7.1
|
Go to the source code of this file.
Macros | |
#define | inb_p(addr) inb(addr) |
#define | inw_p(addr) inw(addr) |
#define | inl_p(addr) inl(addr) |
#define | outb_p(x, addr) outb((x), (addr)) |
#define | outw_p(x, addr) outw((x), (addr)) |
#define | outl_p(x, addr) outl((x), (addr)) |
#define | insb(a, b, c) BUG() |
#define | insw(a, b, c) BUG() |
#define | insl(a, b, c) BUG() |
#define | outsb(a, b, c) BUG() |
#define | outsw(a, b, c) BUG() |
#define | outsl(a, b, c) BUG() |
Definition at line 37 of file io_noioport.h.
Definition at line 39 of file io_noioport.h.
Definition at line 38 of file io_noioport.h.