20 lines
287 B
C
20 lines
287 B
C
#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__*/
|
|
|