summaryrefslogtreecommitdiff
path: root/src/host_commands.c
blob: 6687f025bdd40615c44d6cc4d85a4ccb9b564ade (plain)
1
2
3
4
5
6
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"};