X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Flibrte_eal%2Fcommon%2Feal_filesystem.h;h=fdb4a70b3caf7f1ba3021b2124953973785b0454;hb=0ea73979aabdbf2ab26fc354479035485873a4e3;hp=ce442c9e1288a2be7650902e7201e3e3b64e73f1;hpb=8828a3210c5978bbe3b9b426bc31be8f420bd15a;p=dpdk.git diff --git a/lib/librte_eal/common/eal_filesystem.h b/lib/librte_eal/common/eal_filesystem.h index ce442c9e12..fdb4a70b3c 100644 --- a/lib/librte_eal/common/eal_filesystem.h +++ b/lib/librte_eal/common/eal_filesystem.h @@ -37,8 +37,8 @@ * on the filesystem for Linux, that are used by the Linux EAL. */ -#ifndef _EAL_LINUXAPP_FILESYSTEM_H -#define _EAL_LINUXAPP_FILESYSTEM_H +#ifndef EAL_FILESYSTEM_H +#define EAL_FILESYSTEM_H /** Path of rte config file. */ #define RUNTIME_CONFIG_FMT "%s/.%s_config" @@ -115,4 +115,4 @@ eal_get_hugefile_temp_path(char *buffer, size_t buflen, const char *hugedir, int * Used to read information from files on /sys */ int eal_parse_sysfs_value(const char *filename, unsigned long *val); -#endif /* _EAL_LINUXAPP_FILESYSTEM_H */ +#endif /* EAL_FILESYSTEM_H */