Fix inclusion of stdint required by intger types in header

This commit is contained in:
logicog
2025-08-21 16:12:09 +02:00
parent 52f8366d03
commit 7968b03c57
+2
View File
@@ -1,6 +1,8 @@
#ifndef _RTL837X_PORT_H_ #ifndef _RTL837X_PORT_H_
#define _RTL837X_PORT_H_ #define _RTL837X_PORT_H_
#include <stdint.h>
#define STAT_COUNTER_TX_PKTS 0x2e #define STAT_COUNTER_TX_PKTS 0x2e
#define STAT_COUNTER_RX_PKTS 0x2f #define STAT_COUNTER_RX_PKTS 0x2f
#define STAT_COUNTER_ERR_PKTS 0x30 #define STAT_COUNTER_ERR_PKTS 0x30