Remove localerr.h
[ust.git] / libust / marker.h
index 5f375b872350443fa4142436a0f234e6c173787f..ad813bc2c07537009bdb4719cf3849c2a9344a8f 100644 (file)
@@ -29,8 +29,8 @@
 #include "immediate.h"
 //ust// #include <linux/ltt-channels.h>
 #include "kernelcompat.h"
-#include "compiler.h"
 #include <kcompat/list.h>
+#include "usterr.h"
 
 //ust// struct module;
 //ust// struct task_struct;
@@ -303,11 +303,11 @@ extern struct marker __stop___markers[] __attribute__((visibility("hidden")));
                                                                                        \
 static void __attribute__((constructor)) __markers__init(void)                                 \
 {                                                                                      \
+       DBG("next registration in "__FILE__"\n");\
        marker_register_lib(__start___markers, (((long)__stop___markers)-((long)__start___markers))/sizeof(struct marker));\
 }
 
-void marker_set_new_marker_cb(void (*cb)(struct marker *));
-
-void init_markers(void);
+extern void marker_set_new_marker_cb(void (*cb)(struct marker *));
+extern void init_markers(void);
 
 #endif
This page took 0.023294 seconds and 4 git commands to generate.