summaryrefslogtreecommitdiffstats
path: root/include/ipmid/oemopenbmc.hpp
blob: b7b3a301b662df157f82857eee160df51d07fead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#include <ipmid/api.h>

#include <ipmid/oemrouter.hpp>

namespace oem
{
/*
 * OpenBMC OEM Extension IPMI Command codes.
 */
enum Cmd
{
    gpioCmd = 1,
    i2cCmd = 2,
    flashCmd = 3,
    fanManualCmd = 4,
    ethStatsCmd = 48,
    blobTransferCmd = 128,
};

} // namespace oem
OpenPOWER on IntegriCloud