4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-17 13:53:32 +08:00
2021-01-21 16:08:06 +08:00

19 lines
351 B
C

/*
* Copyright (c) 2020-2021, Bluetrum Development Team
*
* SPDX-License-Identifier: Apache-2.0
*
* Change Logs:
* Date Author Notes
* 2020-11-18 greedyhao first version
*/
#ifndef DRV_COMMON_H__
#define DRV_COMMON_H__
#include <rtthread.h>
#include <rthw.h>
#include <rtdevice.h>
#endif // DRV_COMMON_H__