Add linker script and libust initializer object
[ust.git] / libust-initializer.c
diff --git a/libust-initializer.c b/libust-initializer.c
new file mode 100644 (file)
index 0000000..7c47465
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2009 Novell Inc.
+ *
+ * Author: Jan Blunck <jblunck@suse.de>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License version 2.1 as
+ * published by the Free  Software Foundation.
+ */
+
+#include <ust/marker.h>
+#include <ust/tracepoint.h>
+
+MARKER_LIB;
+TRACEPOINT_LIB;
This page took 0.022586 seconds and 4 git commands to generate.