mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-29 18:41:37 +02:00
git-subtree-dir: lib/lwip/lwip git-subtree-split: 0a0452b2c39bdd91e252aef045c115f88f6ca773
9 lines
124 B
C
9 lines
124 B
C
#ifndef LWIP_HDR_TEST_MQTT_H__
|
|
#define LWIP_HDR_TEST_MQTT_H__
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite* mqtt_suite(void);
|
|
|
|
#endif
|