X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fust%2Ftracepoint.h;h=908d5abd553378c0cb0ffa0292e49541f4596ae0;hb=6793a8bf419a5b2138161098617c52ad4b804d05;hp=b0ccbada544440473ef1216b9912c37e0a1e351f;hpb=55994a672106ec794f292d747206542067a27584;p=ust.git diff --git a/include/ust/tracepoint.h b/include/ust/tracepoint.h index b0ccbad..908d5ab 100644 --- a/include/ust/tracepoint.h +++ b/include/ust/tracepoint.h @@ -1,5 +1,5 @@ -#ifndef _LINUX_TRACEPOINT_H -#define _LINUX_TRACEPOINT_H +#ifndef _UST_TRACEPOINT_H +#define _UST_TRACEPOINT_H /* * Copyright (C) 2008 Mathieu Desnoyers @@ -210,4 +210,4 @@ extern int tracepoint_register_lib(struct tracepoint *tracepoints_start, (((long)__stop___tracepoints)-((long)__start___tracepoints))/sizeof(struct tracepoint)); \ } -#endif +#endif /* _UST_TRACEPOINT_H */