Add new oem command to set accel power mode
Signed-off-by: Gaurav Gandhi <gauravgandhi@google.com>
Change-Id: Ie0b47477b7ae9e8ae206ac0645571a7a79dbda40
diff --git a/commands.hpp b/commands.hpp
index 7c8858d..41494e3 100644
--- a/commands.hpp
+++ b/commands.hpp
@@ -57,6 +57,10 @@
SysGetBmcMode = 16,
// The Sys Linux Boot Done command
SysLinuxBootDone = 17,
+ // Google CustomAccel Get VR Settings
+ SysGetAccelVrSettings = 18,
+ // Google CustomAccel Set VR Settings
+ SysSetAccelVrSettings = 19,
};
} // namespace ipmi