summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hr_partition.h
blob: c4992dd80e8b508a651d1fa51589b8a0a09a0a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 *  Host Resources MIB - partition device group interface - hr_partition.h
 *
 */
#ifndef _MIBGROUP_HRPART_H
#define _MIBGROUP_HRPART_H

config_require(host/hr_disk)

extern void     init_hr_partition(void);
extern FindVarMethod var_hrpartition;


#endif                          /* _MIBGROUP_HRPART_H */