[top] Auto generate files Signed-off-by: Timothy Chen <timothytim@google.com> [top] Auto-generate files Signed-off-by: Timothy Chen <timothytim@google.com> [top] Auto generate files Signed-off-by: Timothy Chen <timothytim@google.com> [top] auto generate files Signed-off-by: Timothy Chen <timothytim@google.com>
diff --git a/hw/top_earlgrey/sw/autogen/top_earlgrey.h b/hw/top_earlgrey/sw/autogen/top_earlgrey.h index 81759bb..c325486 100644 --- a/hw/top_earlgrey/sw/autogen/top_earlgrey.h +++ b/hw/top_earlgrey/sw/autogen/top_earlgrey.h
@@ -772,6 +772,15 @@ kTopEarlgreyPowerManagerWakeUpsLast = 0, /**< \internal Last valid pwrmgr wakeup signal */ } top_earlgrey_power_manager_wake_ups_t; +/** + * Reset Manager Software Controlled Resets + */ +typedef enum top_earlgrey_reset_manager_sw_resets { + kTopEarlgreyResetManagerSwResetsSpiDevice = 0, /**< */ + kTopEarlgreyResetManagerSwResetsUsb = 1, /**< */ + kTopEarlgreyResetManagerSwResetsLast = 1, /**< \internal Last valid rstmgr software reset request */ +} top_earlgrey_reset_manager_sw_resets_t; + // Header Extern Guard #ifdef __cplusplus } // extern "C"