update New Feature#1009

arm platform provides a unified header file(extern C)
This commit is contained in:
lishuang.xie 2023-08-24 15:42:10 +08:00
parent 754b12a800
commit c6fde867a7

View File

@ -0,0 +1,19 @@
#ifndef __LIBMSGTRANSFER_H__
#define __LIBMSGTRANSFER_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "typedef.h"
#include "msg_transfer_layer.h"
#include "ospHeap.h"
#include "arm_interface.h"
#include "memcpy_csu.h"
#ifdef __cplusplus
}
#endif
#endif /*__LIBMSGTRANSFER_H__*/