xref: /openbmc/linux/arch/ia64/include/asm/dmi.h (revision 7f30491c)
17f30491cSTony Luck #ifndef _ASM_DMI_H
27f30491cSTony Luck #define _ASM_DMI_H 1
37f30491cSTony Luck 
47f30491cSTony Luck #include <asm/io.h>
57f30491cSTony Luck 
67f30491cSTony Luck /* Use normal IO mappings for DMI */
77f30491cSTony Luck #define dmi_ioremap ioremap
87f30491cSTony Luck #define dmi_iounmap(x,l) iounmap(x)
97f30491cSTony Luck #define dmi_alloc(l) kmalloc(l, GFP_ATOMIC)
107f30491cSTony Luck 
117f30491cSTony Luck #endif
12