powermode.hpp (78e86012f4aa1fcc53a526c402df5d017d43eb48) powermode.hpp (b5ca101530dc5fa0992d00ab36edb292519cef94)
1#pragma once
2
3#ifdef POWER10
4#include "config.h"
5
6#include "occ_status.hpp"
7
1#pragma once
2
3#ifdef POWER10
4#include "config.h"
5
6#include "occ_status.hpp"
7
8#include <experimental/filesystem>
9#include <sdbusplus/bus.hpp>
10#include <sdbusplus/bus/match.hpp>
11
8#include <sdbusplus/bus.hpp>
9#include <sdbusplus/bus/match.hpp>
10
11#include <experimental/filesystem>
12
12namespace open_power
13{
14namespace occ
15{
16namespace powermode
17{
18
19constexpr auto PMODE_PATH = "/xyz/openbmc_project/control/host0/power_mode";

--- 60 unchanged lines hidden ---
13namespace open_power
14{
15namespace occ
16{
17namespace powermode
18{
19
20constexpr auto PMODE_PATH = "/xyz/openbmc_project/control/host0/power_mode";

--- 60 unchanged lines hidden ---