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

config_require(hardware/cpu)
config_require(host/hr_device)

extern void     init_hr_proc(void);
extern FindVarMethod var_hrproc;

#endif                          /* _MIBGROUP_HRPROC_H */