Merge tag 'sound-6.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[linux.git] / arch / sh / include / mach-x3proto / mach / hardware.h
blob57ea4a5cca359d2d1ee72a20321361748fba3ef5
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __MACH_X3PROTO_HARDWARE_H
3 #define __MACH_X3PROTO_HARDWARE_H
5 struct gpio_chip;
7 /* arch/sh/boards/mach-x3proto/gpio.c */
8 int x3proto_gpio_setup(void);
9 extern struct gpio_chip x3proto_gpio_chip;
11 #define NR_BASEBOARD_GPIOS 16
13 #endif /* __MACH_X3PROTO_HARDWARE_H */