repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update the BLK_DEV_HD help text
[linux-2.6/mini2440.git]
/
include
/
asm-ia64
/
dmi.h
blob
00eb1b130b63fb91cc6594cfa4b2046f4a8cd7d7
1
#ifndef _ASM_DMI_H
2
#define _ASM_DMI_H 1
3
4
#include <asm/io.h>
5
6
/* Use normal IO mappings for DMI */
7
#define dmi_ioremap ioremap
8
#define dmi_iounmap(x,l) iounmap(x)
9
#define dmi_alloc(l) kmalloc(l, GFP_ATOMIC)
10
11
#endif