]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blame - arch/sh/include/mach-x3proto/mach/hardware.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / sh / include / mach-x3proto / mach / hardware.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
55059114
PM
2#ifndef __MACH_X3PROTO_HARDWARE_H
3#define __MACH_X3PROTO_HARDWARE_H
4
5struct gpio_chip;
6
7/* arch/sh/boards/mach-x3proto/gpio.c */
8int x3proto_gpio_setup(void);
9extern struct gpio_chip x3proto_gpio_chip;
10
11#define NR_BASEBOARD_GPIOS 16
12
13#endif /* __MACH_X3PROTO_HARDWARE_H */