mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-28 10:01:29 +02:00
git-subtree-dir: lib/lwip/lwip git-subtree-split: 0a0452b2c39bdd91e252aef045c115f88f6ca773
7 lines
133 B
C
7 lines
133 B
C
#ifndef LWIP_SOCKET_EXAMPLES_H
|
|
#define LWIP_SOCKET_EXAMPLES_H
|
|
|
|
void socket_examples_init(void);
|
|
|
|
#endif /* LWIP_SOCKET_EXAMPLES_H */
|