summaryrefslogtreecommitdiff
path: root/src/host_commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host_commands.c')
-rw-r--r--src/host_commands.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/host_commands.c b/src/host_commands.c
new file mode 100644
index 0000000..6687f02
--- /dev/null
+++ b/src/host_commands.c
@@ -0,0 +1,7 @@
+#include "host_commands.h"
+
+static const string_quadruple_t chassis_dbus = {
+ "xyz.openbmc_project.State.Chassis",
+ "/xyz/openbmc_project/state/chassis0",
+ "xyz.openbmc_project.State.Chassis",
+ "RequestedPowerTransition"};