MC3302_SDK_V1.0.3_20251215_SRC/sdk/X-AIOS-LT00/inc/base_include.h

20 lines
380 B
C
Raw Permalink Normal View History

2025-12-29 01:52:12 +00:00
/*
* Copyright (c) 2023 Quaming Intelligent Technology Co., Ltd.
*
* All Rights Reserved.
*/
#ifndef __BASE_INCLUDE_H__
#define __BASE_INCLUDE_H__
#define __QUA_XOS_INTERNEL_HEADER_FILE__ 1
#ifdef CONFIG_QUA_XOS_BASE_MC331X
#include "base/mc331x/__base_inc.h"
#endif
#ifdef CONFIG_QUA_XOS_BASE_QM108H
#include "base/qm108h/__base_inc.h"
#endif
#endif