Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
5005657cbd0fd6f277f807c0612a6b6d4396a02c
/
.
/
include
/
asm-ia64
/
dmi.h
blob: 00eb1b130b63fb91cc6594cfa4b2046f4a8cd7d7 [
file
] [
log
] [
blame
]
#ifndef
_ASM_DMI_H
#define
_ASM_DMI_H
1
#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