11 lines
187 B
C
11 lines
187 B
C
|
#ifndef EATON_MIB_H
|
||
|
#define EATON_MIB_H
|
||
|
|
||
|
#include "main.h"
|
||
|
#include "snmp-ups.h"
|
||
|
|
||
|
extern mib2nut_info_t aphel_genesisII;
|
||
|
extern mib2nut_info_t aphel_revelation;
|
||
|
|
||
|
#endif /* EATON_MIB_H */
|