mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-30 11:01:26 +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_MEM_H
|
|
#define LWIP_HDR_TEST_MEM_H
|
|
|
|
#include "../lwip_check.h"
|
|
|
|
Suite *mem_suite(void);
|
|
|
|
#endif
|