Files
RTLPlayground/httpd/page_impl.h
T
2025-10-29 15:39:47 +01:00

12 lines
225 B
C

#ifndef __PAGE_IMPL_H__
#define __PAGE_IMPL_H__
void send_counters(char port);
void send_status(void);
void send_vlan(register uint16_t vlan);
void send_basic_info(void);
void send_eee(void);
void send_mirror(void);
#endif