mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Use external command parser module. Add support for mirroring
This commit is contained in:
@@ -8,4 +8,6 @@ void vlan_setup(void) __banked;
|
||||
void port_pvid_set(uint8_t port, uint16_t pvid) __banked;
|
||||
void vlan_create(uint16_t vlan, uint16_t members, uint16_t tagged) __banked;
|
||||
void vlan_delete(uint16_t vlan) __banked;
|
||||
void port_mirror_set(uint8_t port, uint16_t rx_pmask, uint16_t tx_pmask) __banked;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user