From b70c4a3f70c08d93afb52ecb1bdd50a50feb1e1f Mon Sep 17 00:00:00 2001 From: Hongjun Ni Date: Fri, 4 Jan 2019 20:07:39 +0800 Subject: Fix head file definition Change-Id: If5d675dcc2a052d0f654b3a11ed0cd0b4c109c82 Signed-off-by: Hongjun Ni --- src/scvpp/src/sc_vpp_comm.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/scvpp') 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 #include 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__ -- cgit