From: Pierre-Marc Fournier Date: Tue, 8 Dec 2009 19:34:47 +0000 (-0500) Subject: tracepoint.h: fix header macro name X-Git-Tag: v0.1~39 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=27b052e353653e0e0e2ab72217bcbab5aff237c2 tracepoint.h: fix header macro name --- 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 */