mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-12 09:21:31 +02:00
git-subtree-dir: lib/lwip/lwip git-subtree-split: 0a0452b2c39bdd91e252aef045c115f88f6ca773
9 lines
117 B
C
9 lines
117 B
C
#ifndef LWIP_HDR_TEST_UDP_H
|
|
#define LWIP_HDR_TEST_UDP_H
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* udp_suite(void);
|
|
|
|
#endif
|