snmp_snmpv2_usm.h 435 B

123456789101112131415161718192021222324
  1. /*
  2. Generated by LwipMibCompiler
  3. */
  4. #ifndef LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
  5. #define LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
  6. #include "lwip/apps/snmp_opts.h"
  7. #if LWIP_SNMP
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif /* __cplusplus */
  11. #include "lwip/apps/snmp_core.h"
  12. extern const struct snmp_mib snmpusmmib;
  13. #ifdef __cplusplus
  14. }
  15. #endif /* __cplusplus */
  16. #endif /* LWIP_SNMP */
  17. #endif /* LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H */