X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2Fhost%2Fhr_disk.h;fp=userapps%2Fopensource%2Fnet-snmp%2Fagent%2Fmibgroup%2Fhost%2Fhr_disk.h;h=3398e29ca53e980a7bbadad212703e80e51f3d8f;hb=9dffd9f7659a1b28265e0dc9497343eb3d108d02;hp=0000000000000000000000000000000000000000;hpb=e48c2529a5a7e7dbf1797bb6d1bf964bc03e78a7;p=bcm963xx.git 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 index 00000000..3398e29c --- /dev/null +++ b/userapps/opensource/net-snmp/agent/mibgroup/host/hr_disk.h @@ -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 */