Generated from spice-common's spice.proto
./spice_codegen.py --generate-enums spice.proto ../spice-protocol/spice/enums.h
---
spice/protocol.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/spice/protocol.h b/spice/protocol.h
index 4ab48d0..593ec50 100644
--- a/spice/protocol.h
+++ b/spice/protocol.h
@@ -167,6 +167,11 @@ enum {
SPICE_PORT_EVENT_BREAK,
};
+enum {
+ SPICE_POWER_CAP_RESET,
+ SPICE_POWER_CAP_POWEROFF,
+};
+
#include <spice/end-packed.h>
#endif /* _H_SPICE_PROTOCOL */
--
2.52.0