hardware.h 312 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __MACH_X3PROTO_HARDWARE_H
  3. #define __MACH_X3PROTO_HARDWARE_H
  4. struct gpio_chip;
  5. /* arch/sh/boards/mach-x3proto/gpio.c */
  6. int x3proto_gpio_setup(void);
  7. extern struct gpio_chip x3proto_gpio_chip;
  8. #define NR_BASEBOARD_GPIOS 16
  9. #endif /* __MACH_X3PROTO_HARDWARE_H */