gpio.h 291 B

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