]> granicus.if.org Git - sysstat/blob - count.h
NLS: Sync with translation project
[sysstat] / count.h
1 /*
2  * count.h: Include file used to count items for which
3  * statistics will be collected.
4  * (C) 1999-2016 by Sebastien Godard (sysstat <at> orange.fr)
5  */
6
7 #ifndef _COUNT_H
8 #define _COUNT_H
9
10 #include "common.h"
11
12 /*
13  ***************************************************************************
14  * Prototypes for functions used to count number of items.
15  ***************************************************************************
16  */
17
18 int get_cpu_nr
19         (unsigned int, int);
20 int get_irqcpu_nr
21         (char *, int, int);
22 int get_diskstats_dev_nr
23         (int, int);
24 int get_irq_nr
25         (void);
26 int get_serial_nr
27         (void);
28 int get_iface_nr
29         (void);
30 int get_disk_nr
31         (unsigned int);
32 int get_freq_nr
33         (void);
34 int get_usb_nr
35         (void);
36 int get_filesystem_nr
37         (void);
38 int get_fchost_nr
39         (void);
40
41 #endif /* _COUNT_H */