diff options
Diffstat (limited to 'include/hw/pci-host/astro.h')
-rw-r--r-- | include/hw/pci-host/astro.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hw/pci-host/astro.h b/include/hw/pci-host/astro.h index f63fd22..e296691 100644 --- a/include/hw/pci-host/astro.h +++ b/include/hw/pci-host/astro.h @@ -27,6 +27,8 @@ OBJECT_DECLARE_SIMPLE_TYPE(ElroyState, ELROY_PCI_HOST_BRIDGE) #define IOS_DIST_BASE_ADDR 0xfffee00000ULL #define IOS_DIST_BASE_SIZE 0x10000ULL +#define HF_ENABLE 0x40 /* enable HF mode (default is -1 mode) */ + struct AstroState; struct ElroyState { |