perf: Support setting the disassembler style
[pandora-kernel.git] / tools / perf / util / annotate.h
index c2c2868..6ede128 100644 (file)
@@ -100,4 +100,6 @@ int symbol__tui_annotate(struct symbol *sym, struct map *map, int evidx,
                         int refresh);
 #endif
 
+extern const char      *disassembler_style;
+
 #endif /* __PERF_ANNOTATE_H */