mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 04:41:17 +00:00
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 */
|