/* * 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 #include #include #endif // DRV_COMMON_H__