alpha: irq: remove deprecated use of IRQF_DISABLED
[linux-2.6.git] / arch / s390 / oprofile / op_counter.h
blob61b2531eef17edb07b2b7e6dad78ddfdbefd1ce5
1 /*
2 * Copyright IBM Corp. 2011
3 * Author(s): Andreas Krebbel (krebbel@linux.vnet.ibm.com)
5 * @remark Copyright 2011 OProfile authors
6 */
8 #ifndef OP_COUNTER_H
9 #define OP_COUNTER_H
11 struct op_counter_config {
12 /* `enabled' maps to the hwsampler_file variable. */
13 /* `count' maps to the oprofile_hw_interval variable. */
14 /* `event' and `unit_mask' are unused. */
15 unsigned long kernel;
16 unsigned long user;
19 extern struct op_counter_config counter_config;
21 #endif /* OP_COUNTER_H */