9 lines
161 B
C
9 lines
161 B
C
|
#ifndef __ASM_SH64_GPIO_H
|
||
|
#define __ASM_SH64_GPIO_H
|
||
|
|
||
|
/*
|
||
|
* This is just a stub, so that every arch using sh-sci has a gpio.h
|
||
|
*/
|
||
|
|
||
|
#endif /* __ASM_SH64_GPIO_H */
|