gpio.h 286 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright 2013 Broadcom Corporation.
  4. */
  5. #ifndef __ARCH_BCM281XX_GPIO_H
  6. #define __ARCH_BCM281XX_GPIO_H
  7. /*
  8. * Empty file - cmd_gpio.c requires this. The implementation
  9. * is in drivers/gpio/kona_gpio.c instead of inlined here.
  10. */
  11. #endif