#include <linux/io.h>
#include <linux/vmalloc.h>
Go to the source code of this file.
Definition at line 53 of file ioremap.c.
ioremap_nocache - map bus memory into CPU space : bus address of the memory : size of the resource to map
Must be freed with iounmap.
Definition at line 24 of file ioremap.c.