diff options
Diffstat (limited to 'include/asm-sh/dmida/io.h')
-rw-r--r-- | include/asm-sh/dmida/io.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-sh/dmida/io.h b/include/asm-sh/dmida/io.h new file mode 100644 index 0000000..21bd416 --- /dev/null +++ b/include/asm-sh/dmida/io.h @@ -0,0 +1,10 @@ +#ifndef __ASM_SH_DMIDA_IO_H +#define __ASM_SH_DMIDA_IO_H + +/* + * Nothing special here.. just use the generic cchip io routines. + */ +#include <asm/hd64465/io.h> + +#endif /* __ASM_SH_DMIDA_IO_H */ + |