summaryrefslogtreecommitdiff
path: root/agent/mibgroup/host/hrh_storage.h
blob: e872345d209cf94a043419c674fdd9f4e136ec1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *  Host Resources MIB - storage group interface (HAL rewrite) - hrh_storage.h
 *
 */
#ifndef _MIBGROUP_HRSTORAGE_H
#define _MIBGROUP_HRSTORAGE_H

config_require(hardware/memory)
config_require(hardware/fsys)
config_require(host/hrh_filesys)

config_exclude( host/hr_storage )

extern void     init_hrh_storage(void);
extern FindVarMethod var_hrstore;


#define	HRS_TYPE_MBUF		1
#define	HRS_TYPE_MEM		2
#define	HRS_TYPE_SWAP		3
#define	HRS_TYPE_FIXED_MAX	3     /* the largest fixed type */

#endif                          /* _MIBGROUP_HRSTORAGE_H */