diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/pch.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/pch.h b/include/pch.h index ff26865..79f49bd 100644 --- a/include/pch.h +++ b/include/pch.h @@ -14,6 +14,10 @@ enum pch_version { PCHV_9, }; +#define PCH_RCBA 0xf0 + +#define BIOS_CTRL_BIOSWE BIT(0) + /* Operations for the Platform Controller Hub */ struct pch_ops { /** |