and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / host / hr_disk.h
diff --git a/userapps/opensource/net-snmp/agent/mibgroup/host/hr_disk.h b/userapps/opensource/net-snmp/agent/mibgroup/host/hr_disk.h
new file mode 100644 (file)
index 0000000..3398e29
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ *  Host Resources MIB - disk device group interface - hr_disk.h
+ *
+ */
+#ifndef _MIBGROUP_HRDISK_H
+#define _MIBGROUP_HRDISK_H
+
+extern void     init_hr_disk(void);
+extern void     Init_HR_Disk(void);
+extern int      Get_Next_HR_Disk(void);
+extern int      Get_Next_HR_Disk_Partition(char *, int);
+extern FindVarMethod var_hrdisk;
+
+
+#endif                          /* _MIBGROUP_HRDISK_H */