Linux Kernel
3.7.1
|
#include <linux/vmalloc.h>
#include <linux/module.h>
#include <linux/slab.h>
#include <linux/mm.h>
#include <linux/pci.h>
#include <linux/io.h>
#include <asm/page.h>
#include <asm/pgalloc.h>
#include <asm/addrspace.h>
#include <asm/cacheflush.h>
#include <asm/tlbflush.h>
#include <asm/mmu.h>
Go to the source code of this file.
Functions | |
void __iomem *__init_refok | __ioremap_caller (phys_addr_t phys_addr, unsigned long size, pgprot_t pgprot, void *caller) |
EXPORT_SYMBOL (__ioremap_caller) | |
void | __iounmap (void __iomem *addr) |
EXPORT_SYMBOL (__iounmap) | |
void __iomem* __init_refok __ioremap_caller | ( | phys_addr_t | phys_addr, |
unsigned long | size, | ||
pgprot_t | pgprot, | ||
void * | caller | ||
) |
EXPORT_SYMBOL | ( | __ioremap_caller | ) |
EXPORT_SYMBOL | ( | __iounmap | ) |