Add support for STP

This commit is contained in:
logicog
2025-08-30 18:42:46 +02:00
parent 83dcd22863
commit 326d94f48d
4 changed files with 114 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
#ifndef _RTL837X_STP_H_
#define _RTL837X_STP_H_
#include <stdint.h>
void stp_cnf_send(uint8_t port) __banked;
#endif