Remove localerr.h
[ust.git] / libust / marker.h
index 146409c552b8ab6454228f11d8fefffe586982ba..ad813bc2c07537009bdb4719cf3849c2a9344a8f 100644 (file)
@@ -29,9 +29,8 @@
 #include "immediate.h"
 //ust// #include <linux/ltt-channels.h>
 #include "kernelcompat.h"
-#include "compiler.h"
 #include <kcompat/list.h>
-#include "localerr.h"
+#include "usterr.h"
 
 //ust// struct module;
 //ust// struct task_struct;
@@ -308,8 +307,7 @@ static void __attribute__((constructor)) __markers__init(void)                              \
        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.032703 seconds and 4 git commands to generate.