PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed
[linux-2.6/btrfs-unstable.git] / tools / perf / arch / common.h
blobede246eda9be6b9374e1854ae5a29e9e0eaf01a7
1 #ifndef ARCH_PERF_COMMON_H
2 #define ARCH_PERF_COMMON_H
4 #include "../util/session.h"
6 extern const char *objdump_path;
8 int perf_session_env__lookup_objdump(struct perf_session_env *env);
10 #endif /* ARCH_PERF_COMMON_H */