mirror of
https://github.com/RGBCube/serenity
synced 2025-05-23 18:55:08 +00:00
Kernel: Run clang-format on E1000NetworkAdapter.cpp
This commit is contained in:
parent
39d40afa93
commit
059a47afb6
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace Kernel {
|
|||
#define REG_RADV 0x282C // RX Int. Absolute Delay Timer
|
||||
#define REG_RSRPD 0x2C00 // RX Small Packet Detect Interrupt
|
||||
#define REG_TIPG 0x0410 // Transmit Inter Packet Gap
|
||||
#define ECTRL_SLU 0x40 //set link up
|
||||
#define ECTRL_SLU 0x40 // set link up
|
||||
#define RCTL_EN (1 << 1) // Receiver Enable
|
||||
#define RCTL_SBP (1 << 2) // Store Bad Packets
|
||||
#define RCTL_UPE (1 << 3) // Unicast Promiscuous Enabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue