staging: lustre: quota: remove obsolete quota code
[linux-2.6/btrfs-unstable.git] / tools / perf / util / demangle-java.h
bloba981c1f968fe9736e0cc6f013beeda7132d70225
1 #ifndef __PERF_DEMANGLE_JAVA
2 #define __PERF_DEMANGLE_JAVA 1
3 /*
4 * demangle function flags
5 */
6 #define JAVA_DEMANGLE_NORET 0x1 /* do not process return type */
8 char * java_demangle_sym(const char *str, int flags);
10 #endif /* __PERF_DEMANGLE_JAVA */