mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Add support for different statistic counters
This commit is contained in:
+3
-2
@@ -1,7 +1,8 @@
|
||||
#ifndef __PAGE_IMPL_H__
|
||||
#define __PAGE_IMPL_H__
|
||||
|
||||
uint16_t send_status(void);
|
||||
uint16_t send_vlan(register uint16_t vlan);
|
||||
void send_counters(char port);
|
||||
void send_status(void);
|
||||
void send_vlan(register uint16_t vlan);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user