upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/unit/stubs/lwip/lwip_napt.h
blob: c6a5ca1d91d0286cbe4ae6c44d320fb0c072a9e3 (plain)
1
2
3
4
5
6
#ifndef STUBS_LWIP_NAPT_H
#define STUBS_LWIP_NAPT_H

static inline void ip_napt_enable(uint32_t num, int enable) { (void)num; (void)enable; }

#endif