mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-24 06:47:17 +00:00
9 lines
101 B
C
9 lines
101 B
C
#ifndef _NTOHLL_H
|
|
#define _NTOHLL_H
|
|
|
|
#include "lwip/def.h"
|
|
|
|
uint64_t ntohll_ams(uint64_t x);
|
|
|
|
#endif
|