GK SDK 源码库: XMIPCLinuxV100R005C00SPC030 (kernel/tools/open_source excluded)
This commit is contained in:
Executable
+26
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* Copyright (c) XMEDIA. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __SAMPLE_COMM_VGS_H__
|
||||
#define __SAMPLE_COMM_VGS_H__
|
||||
|
||||
#include "xmedia_type.h"
|
||||
#include "xmedia_sys.h"
|
||||
#include "xmedia_vgs.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
xmedia_s32 sample_comm_vgs_init(xmedia_void);
|
||||
|
||||
xmedia_void sample_comm_vgs_exit(xmedia_void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user