Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
simplelink_sockets.h
Go to the documentation of this file.
1
7#ifndef ZEPHYR_DRIVERS_WIFI_SIMPLELINK_SIMPLELINK_SOCKETS_H_
8#define ZEPHYR_DRIVERS_WIFI_SIMPLELINK_SIMPLELINK_SOCKETS_H_
9
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14extern const struct socket_dns_offload simplelink_dns_ops;
15extern void simplelink_sockets_init(void);
16
17#ifdef __cplusplus
18}
19#endif
20
21#endif /* ZEPHYR_DRIVERS_WIFI_SIMPLELINK_SIMPLELINK_SOCKETS_H_ */
An offloaded Socket DNS API interface.
Definition: socket_offload.h:28