Add basic VLAN configuration

This commit is contained in:
logicog
2025-07-02 11:57:15 +02:00
parent 6f90e1db53
commit 997d85ba02
4 changed files with 166 additions and 2 deletions
+3
View File
@@ -1,6 +1,9 @@
#ifndef _RTL837X_PORT_H_
#define _RTL837X_PORT_H_
uint8_t port_l2_forget(void) __banked;
void port_l2_learned(void) __banked;
void port_stats_print(void) __banked;
void vlan_setup(void) __banked;
#endif