20 lines
380 B
C
20 lines
380 B
C
/*
|
|
* 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
|