51 lines
1.9 KiB
C
Executable File
Vendored
51 lines
1.9 KiB
C
Executable File
Vendored
/* SigmaStar trade secret */
|
|
/* Copyright (c) [2019~2020] SigmaStar Technology.
|
|
All rights reserved.
|
|
|
|
Unless otherwise stipulated in writing, any and all information contained
|
|
herein regardless in any format shall remain the sole proprietary of
|
|
SigmaStar and be kept in strict confidence
|
|
(SigmaStar Confidential Information) by the recipient.
|
|
Any unauthorized act including without limitation unauthorized disclosure,
|
|
copying, use, reproduction, sale, distribution, modification, disassembling,
|
|
reverse engineering and compiling of the contents of SigmaStar Confidential
|
|
Information is unlawful and strictly prohibited. SigmaStar hereby reserves the
|
|
rights to any and all damages, losses, costs and expenses resulting therefrom.
|
|
*/
|
|
#ifndef _MI_AIO_DEP_H_
|
|
#define _MI_AIO_DEP_H_
|
|
|
|
|
|
//=============================================================================
|
|
// Include files
|
|
//=============================================================================
|
|
|
|
|
|
//=============================================================================
|
|
// Extern definition
|
|
//=============================================================================
|
|
|
|
//=============================================================================
|
|
// Macro definition
|
|
//=============================================================================
|
|
|
|
|
|
//=============================================================================
|
|
// Data type definition
|
|
//=============================================================================
|
|
|
|
|
|
|
|
|
|
//=============================================================================
|
|
// Variable definition
|
|
//=============================================================================
|
|
|
|
|
|
//=============================================================================
|
|
// Global function definition
|
|
//=============================================================================
|
|
|
|
|
|
#endif // _MI_AIO_DEP_H_
|