blob: c3bfaa4b854a8bebdddd8b0355a208c3245ff099 [file] [log] [blame]
Peter Hanson4a589852017-06-07 17:40:45 -07001#pragma once
2
3#include "host-ipmid/ipmid-api.h"
4#include "host-ipmid/oemrouter.hpp"
5
6namespace oem
7{
8
9/*
10 * This is the OpenBMC IANA OEM Number
11 */
12constexpr Number obmcOemNumber = 49871;
13
14/*
15 * OpenBMC OEM Extension IPMI Command codes.
16 */
17enum Cmd
18{
19 gpioCmd = 1,
20 i2cCmd = 2,
21 flashCmd = 3,
22 fanManualCmd = 4,
23};
24
25} // namespace oem