Linux Kernel
3.7.1
|
#include <asm/raw_io.h>
Go to the source code of this file.
Macros | |
#define | z_readb raw_inb |
#define | z_readw raw_inw |
#define | z_readl raw_inl |
#define | z_writeb raw_outb |
#define | z_writew raw_outw |
#define | z_writel raw_outl |
#define | z_memset_io(a, b, c) memset((void *)(a),(b),(c)) |
#define | z_memcpy_fromio(a, b, c) memcpy((a),(void *)(b),(c)) |
#define | z_memcpy_toio(a, b, c) memcpy((void *)(a),(b),(c)) |
#define | z_unmap iounmap |
#define | z_iounmap iounmap |
#define | z_ioremap z_remap_nocache_ser |