diff options
author | Hongjun Ni <hongjun.ni@intel.com> | 2019-01-04 20:07:39 +0800 |
---|---|---|
committer | Hongjun Ni <hongjun.ni@intel.com> | 2019-01-04 20:07:39 +0800 |
commit | b70c4a3f70c08d93afb52ecb1bdd50a50feb1e1f (patch) | |
tree | f9ede48508d9c6470f04d03c5552223816c9a9ff /src/scvpp | |
parent | c0a6230377409eea65dae3d37f62dfc3e469fa94 (diff) |
Fix head file definition
Change-Id: If5d675dcc2a052d0f654b3a11ed0cd0b4c109c82
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'src/scvpp')
-rw-r--r-- | src/scvpp/src/sc_vpp_comm.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scvpp/src/sc_vpp_comm.h b/src/scvpp/src/sc_vpp_comm.h index 7c914f0..b5bb333 100644 --- a/src/scvpp/src/sc_vpp_comm.h +++ b/src/scvpp/src/sc_vpp_comm.h @@ -14,8 +14,8 @@ * limitations under the License. */ -#ifndef __SWEETCOMB_VPP_OPERATION__ -#define __SWEETCOMB_VPP_OPERATION__ +#ifndef __SC_VPP_COMMM_H__ +#define __SC_VPP_COMMM_H__ #include <vapi/vapi.h> #include <vapi/vpe.api.vapi.h> DEFINE_VAPI_MSG_IDS_VPE_API_JSON; @@ -124,7 +124,7 @@ int sc_connect_vpp(); int sc_disconnect_vpp(); int sc_end_with(const char* str, const char* end); extern vapi_ctx_t g_vapi_ctx_instance; -#endif //__SWEETCOMB_VPP_OPERATION__ +#endif //__SC_VPP_COMMM_H__ |