oemcommands.cpp (a835eaa044fe0e2bedee1a11eb6dac8bc4915815) oemcommands.cpp (3f7c5e403c938154f83a52e14c3fdb21a5591dc9)
1/*
2// Copyright (c) 2018 Intel Corporation
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15*/
16
17#include <host-ipmid/ipmid-api.h>
18
19#include <array>
1/*
2// Copyright (c) 2018 Intel Corporation
3//
4// Licensed under the Apache License, Version 2.0 (the "License");
5// you may not use this file except in compliance with the License.
6// You may obtain a copy of the License at
7//
8// http://www.apache.org/licenses/LICENSE-2.0
9//
10// Unless required by applicable law or agreed to in writing, software
11// distributed under the License is distributed on an "AS IS" BASIS,
12// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13// See the License for the specific language governing permissions and
14// limitations under the License.
15*/
16
17#include <host-ipmid/ipmid-api.h>
18
19#include <array>
20#include <host-ipmid/utils.hpp>
21#include <iostream>
22#include <oemcommands.hpp>
20#include <iostream>
21#include <oemcommands.hpp>
22#include <phosphor-ipmi-host/utils.hpp>
23#include <phosphor-logging/log.hpp>
24#include <sdbusplus/bus.hpp>
25#include <sstream>
26#include <string>
27#include <vector>
28#include <xyz/openbmc_project/Common/error.hpp>
29
30namespace ipmi

--- 306 unchanged lines hidden ---
23#include <phosphor-logging/log.hpp>
24#include <sdbusplus/bus.hpp>
25#include <sstream>
26#include <string>
27#include <vector>
28#include <xyz/openbmc_project/Common/error.hpp>
29
30namespace ipmi

--- 306 unchanged lines hidden ---