perf usage: Move usage strings
[linux-2.6-microblaze.git] / tools / perf / util / util.h
index 1d3b300..5010abf 100644 (file)
@@ -15,6 +15,9 @@
 #include <internal/cpumap.h>
 #endif
 
+extern const char perf_usage_string[];
+extern const char perf_more_info_string[];
+
 /* General helper functions */
 void usage(const char *err) __noreturn;
 void die(const char *err, ...) __noreturn __printf(1, 2);