X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fwrapper%2Fuuid.h;h=1c03c028238dd2ab0203921e80dfa6857e0c798e;hb=5f4c791e2ad2c814101ccdb500e65543f2792c41;hp=d8ac53d33134995aa335f29b5c4cffbfc3632ed4;hpb=be06402dbdbea2f3394e60ec15c5d3356e2be416;p=lttng-modules.git diff --git a/include/wrapper/uuid.h b/include/wrapper/uuid.h index d8ac53d3..1c03c028 100644 --- a/include/wrapper/uuid.h +++ b/include/wrapper/uuid.h @@ -8,16 +8,16 @@ #ifndef _LTTNG_WRAPPER_UUID_H #define _LTTNG_WRAPPER_UUID_H -#include +#include #include -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) +#if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,7,0)) static inline void lttng_guid_gen(guid_t *u) { return guid_gen(u); } -#else /* #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) */ +#else /* #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,7,0)) */ typedef uuid_le guid_t; @@ -26,6 +26,6 @@ void lttng_guid_gen(guid_t *u) { return uuid_le_gen(u); } -#endif /* #else #if (LINUX_VERSION_CODE >= KERNEL_VERSION(5,7,0)) */ +#endif /* #else #if (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(5,7,0)) */ #endif /* _LTTNG_WRAPPER_UUID_H */