blob: e872345d209cf94a043419c674fdd9f4e136ec1e [file] [log] [blame]
/*
* 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 */