drv_gpio.h 343 B

123456789101112131415
  1. /**
  2. * Copyright (c) 2019 Fuzhou Rockchip Electronics Co., Ltd
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2019-05-15 Jay first implementation.
  9. * 2019-05-31 Jay optimize driver.
  10. */
  11. #ifndef __DRV_GPIO_H__
  12. #define __DRV_GPIO_H__
  13. #endif /* __DRV_GPIO_H__ */