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

#include "host-ipmid/ipmid-api.h"
#include "host-ipmid/oemrouter.hpp"

namespace oem
{

/*
 * This is the OpenBMC IANA OEM Number
 */
constexpr Number obmcOemNumber = 49871;

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

}  // namespace oem
OpenPOWER on IntegriCloud