X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Finclude%2Frte_service_component.h;h=16eab79eead32781fba9c48fb2c24b34186fb512;hb=df3ff6be2b33faea3edf3c112b9bdc5b74d6f684;hp=c12adbc2565b469c472e5907cd7f550cf21c2f7f;hpb=60df5711972e97d81cbfb811c9246f87cc69409a;p=dpdk.git diff --git a/lib/librte_eal/common/include/rte_service_component.h b/lib/librte_eal/common/include/rte_service_component.h index c12adbc256..16eab79eea 100644 --- a/lib/librte_eal/common/include/rte_service_component.h +++ b/lib/librte_eal/common/include/rte_service_component.h @@ -2,8 +2,8 @@ * Copyright(c) 2017 Intel Corporation */ -#ifndef _RTE_SERVICE_PRIVATE_H_ -#define _RTE_SERVICE_PRIVATE_H_ +#ifndef _SERVICE_PRIVATE_H_ +#define _SERVICE_PRIVATE_H_ /* This file specifies the internal service specification. * Include this file if you are writing a component that requires CPU cycles to @@ -126,4 +126,4 @@ int32_t rte_service_init(void); */ void rte_service_finalize(void); -#endif /* _RTE_SERVICE_PRIVATE_H_ */ +#endif /* _SERVICE_PRIVATE_H_ */