Adding port statistics

This commit is contained in:
logicog
2025-06-29 11:07:54 +02:00
parent 5faf31cdb8
commit 5a87d81b8c
2 changed files with 103 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#ifndef _RTL837X_PORT_H_
#define _RTL837X_PORT_H_
void port_stats_print(void) __banked;
#endif