Generated from spice-common's spice.proto ./spice_codegen.py --generate-enums spice.proto ../spice-protocol/spice/enums.h --- spice/enums.h | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/spice/enums.h b/spice/enums.h
index 452e3cc..585ede0 100644
--- a/spice/enums.h
+++ b/spice/enums.h
@@ -638,4 +638,10 @@ enum {
SPICE_MSGC_END_PORT
};
+enum {
+ SPICE_MSGC_POWER_RESET = 101,
+
+ SPICE_MSGC_END_POWER
+};
+
#endif /* _H_SPICE_ENUMS */
--
2.52.0
