summaryrefslogtreecommitdiffstats
path: root/host-ipmid/oemopenbmc.hpp
blob: 8b5dc0ce0b31f1a95990c23bc2e93756a7d9c2a4 (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
26
#pragma once

#include "host-ipmid/oemrouter.hpp"

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

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