linuxOS_MC3302/sdk/X-AIOS-LT00-V1.0.4/inc/base/qm108h/__base_inc.h
2026-01-30 16:53:24 +08:00

24 lines
422 B
C
Executable File

/*
* Copyright (c) 2023 Quaming Intelligent Technology Co., Ltd.
*
* All Rights Reserved.
*/
#ifndef __QUA_XOS_INTERNEL_HEADER_FILE__
#error "Please don't include this file directly, please include base_include.h"
#endif
#ifndef __BASE_INC_H__
#define __BASE_INC_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "__base_vou_api.h"
#ifdef __cplusplus
}
#endif
#endif /*__BASE_INC_H__*/