Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / host / hr_storage.h
1 /*
2  *  Host Resources MIB - storage group interface - hr_system.h
3  *
4  */
5 #ifndef _MIBGROUP_HRSTORAGE_H
6 #define _MIBGROUP_HRSTORAGE_H
7
8 extern void     init_hr_storage(void);
9 extern FindVarMethod var_hrstore;
10
11 #define HRS_TYPE_FS_MAX         100     /* Maximum # of filesystems supported */
12
13 #define HRS_TYPE_MEM            101     /* incrementally from FS_MAX */
14 #define HRS_TYPE_SWAP           102
15 #define HRS_TYPE_MBUF           103
16                                         /*
17                                          * etc, etc, etc 
18                                          */
19 #define HRS_TYPE_MAX            104     /* one greater than largest type */
20
21 #endif                          /* _MIBGROUP_HRSTORAGE_H */