source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/contrib-2.1.0/examples/snmp/snmp_private_mib/private_mib.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: 345 bytes
Line 
1/**
2 * @file
3 * Exports Private lwIP MIB
4 */
5
6#ifndef LWIP_HDR_PRIVATE_MIB_H
7#define LWIP_HDR_PRIVATE_MIB_H
8
9#include "lwip/apps/snmp_opts.h"
10
11#include "lwip/apps/snmp_core.h"
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17/* export MIB */
18extern const struct snmp_mib mib_private;
19
20void lwip_privmib_init(void);
21
22#ifdef __cplusplus
23}
24#endif
25
26#endif
Note: See TracBrowser for help on using the repository browser.