mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Fix inclusion of stdint required by intger types in header
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user