4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 00:13:31 +08:00

17 lines
284 B
C
Raw Normal View History

/*
* Copyright (c) 2021 Rockchip Electronics Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2021-10-12 Steven Liu first implementation
*/
#ifndef __IOMUX_H__
#define __IOMUX_H__
#include "iomux_base.h"
#endif