3ed3bce846ab
5a0e3ad6af86
ef3fb66ced1a
1 2 3
4
5 6
7 8 9 10 11
12
#ifndef _ASM_DMI_H #define _ASM_DMI_H 1 #include <linux/slab.h> #include <asm/io.h> /* Use normal IO mappings for DMI */ #define dmi_ioremap ioremap #define dmi_iounmap(x,l) iounmap(x) #define dmi_alloc(l) kmalloc(l, GFP_ATOMIC) #endif