mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Correct an obvious typo.
MFC after: 1 week
This commit is contained in:
parent
93dd0fa390
commit
4a531e8dae
1 changed files with 1 additions and 1 deletions
|
|
@ -1160,7 +1160,7 @@
|
|||
#define BGE_HCCMODE_ENABLE 0x00000002
|
||||
#define BGE_HCCMODE_ATTN 0x00000004
|
||||
#define BGE_HCCMODE_COAL_NOW 0x00000008
|
||||
#define BGE_HCCMODE_MSI_BITS 0x0x000070
|
||||
#define BGE_HCCMODE_MSI_BITS 0x00000070
|
||||
#define BGE_HCCMODE_STATBLK_SIZE 0x00000180
|
||||
|
||||
#define BGE_STATBLKSZ_FULL 0x00000000
|
||||
|
|
|
|||
Loading…
Reference in a new issue