*/
void svcBreak(UserBreakType breakReason);
+/**
+ * @brief Breaks execution (LOAD_RO and UNLOAD_RO).
+ * @param breakReason Debug reason for breaking.
+ * @param croInfo Library information.
+ * @param croInfoSize Size of the above structure.
+ */
+void svcBreakRO(UserBreakType breakReason, const void* croInfo, u32 croInfoSize) __asm__("svcBreak");
+
/**
* @brief Outputs a debug string.
* @param str String to output.