27 lines
362 B
C
Executable File
27 lines
362 B
C
Executable File
/*
|
|
* 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
|
|
|
|
|