Linux Kernel
3.7.1
|
#include <linux/module.h>
#include <asm/addrspace.h>
#include <asm/byteorder.h>
#include <linux/vmalloc.h>
#include <linux/io.h>
#include <asm/pgalloc.h>
Go to the source code of this file.
Macros | |
#define | IS_LOW512(addr) (!((unsigned long)(addr) & ~0x1fffffffUL)) |
#define | IS_KSEG1(addr) (((unsigned long)(addr) & ~0x1fffffffUL) == KSEG1) |
Functions | |
void __iomem * | __ioremap (unsigned long phys_addr, unsigned long size, unsigned long flags) |
void | iounmap (volatile void __iomem *addr) |