bmccontrolservices.cpp (98bbf69ab9829c81e5e01f12f39190a39d31b445) | bmccontrolservices.cpp (fcd2d3a943c4fb518d399d8a0addd1cc661e5628) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15*/ 16 17#include "oemcommands.hpp" 18 19#include <boost/algorithm/string.hpp> 20#include <ipmid/api.hpp> 21#include <ipmid/utils.hpp> 22#include <phosphor-logging/log.hpp> | 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 --- 6 unchanged lines hidden (view full) --- 15*/ 16 17#include "oemcommands.hpp" 18 19#include <boost/algorithm/string.hpp> 20#include <ipmid/api.hpp> 21#include <ipmid/utils.hpp> 22#include <phosphor-logging/log.hpp> |
23 |
|
23#include <variant> 24 25namespace ipmi 26{ 27void register_netfn_bmc_control_functions() __attribute__((constructor)); 28 29static constexpr uint8_t rmcpServiceBitPos = 3; 30static constexpr uint8_t webServiceBitPos = 5; --- 182 unchanged lines hidden --- | 24#include <variant> 25 26namespace ipmi 27{ 28void register_netfn_bmc_control_functions() __attribute__((constructor)); 29 30static constexpr uint8_t rmcpServiceBitPos = 3; 31static constexpr uint8_t webServiceBitPos = 5; --- 182 unchanged lines hidden --- |