11 lines
193 B
C
11 lines
193 B
C
|
#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 */
|
||
|
|