X-AIOS-LT00-V1.0.4/sdk/X-AIOS-LT00/inc/base_include.h

20 lines
380 B
C
Raw Permalink Normal View History

2026-01-19 09:23:53 +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