tracepoint.h: fix header macro name
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 8 Dec 2009 19:34:47 +0000 (14:34 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 8 Dec 2009 19:34:47 +0000 (14:34 -0500)
include/ust/tracepoint.h

index b0ccbada544440473ef1216b9912c37e0a1e351f..908d5abd553378c0cb0ffa0292e49541f4596ae0 100644 (file)
@@ -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 <mathieu.desnoyers@polymtl.ca>
@@ -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 */
This page took 0.024411 seconds and 4 git commands to generate.