source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/lwip-2.1.2/src/include/lwip/apps/snmp_snmpv2_usm.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 435 bytes
Line 
1/*
2Generated by LwipMibCompiler
3*/
4
5#ifndef LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
6#define LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H
7
8#include "lwip/apps/snmp_opts.h"
9#if LWIP_SNMP
10
11#ifdef __cplusplus
12extern "C" {
13#endif /* __cplusplus */
14
15#include "lwip/apps/snmp_core.h"
16
17extern const struct snmp_mib snmpusmmib;
18
19#ifdef __cplusplus
20}
21#endif /* __cplusplus */
22
23#endif /* LWIP_SNMP */
24#endif /* LWIP_HDR_APPS_SNMP_USER_BASED_SM_MIB_H */
Note: See TracBrowser for help on using the repository browser.