diff options
Diffstat (limited to 'include/hw/arm/msf2-soc.h')
-rw-r--r-- | include/hw/arm/msf2-soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/arm/msf2-soc.h b/include/hw/arm/msf2-soc.h index 01f904c..ce417a6 100644 --- a/include/hw/arm/msf2-soc.h +++ b/include/hw/arm/msf2-soc.h @@ -59,6 +59,7 @@ struct MSF2State { uint64_t esram_size; Clock *m3clk; + Clock *refclk; uint8_t apb0div; uint8_t apb1div; |