Files
RTLPlayground/rtl837x_stp.h
T
2025-08-30 18:42:46 +02:00

8 lines
119 B
C

#ifndef _RTL837X_STP_H_
#define _RTL837X_STP_H_
#include <stdint.h>
void stp_cnf_send(uint8_t port) __banked;
#endif