iomux.h 284 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2021-10-12 Steven Liu first implementation
  9. */
  10. #ifndef __IOMUX_H__
  11. #define __IOMUX_H__
  12. #include "iomux_base.h"
  13. #endif