|
Linux Kernel
3.7.1
|
#include <linux/mm.h>#include <linux/kernel.h>#include <linux/string.h>#include <linux/types.h>#include <linux/vmalloc.h>#include <asm/setup.h>#include <asm/segment.h>#include <asm/page.h>#include <asm/pgalloc.h>#include <asm/io.h>Go to the source code of this file.
Functions | |
| void __iomem * | __ioremap (unsigned long physaddr, unsigned long size, int cacheflag) |
| void | iounmap (void volatile __iomem *addr) |
| void | kernel_set_cachemode (void *addr, unsigned long size, int cmode) |
1.8.2