blob: 101e7158349e03fcdf9f1e3275822025595dbf73 [file] [log] [blame]
Peter Hanson4a589852017-06-07 17:40:45 -07001#pragma once
2
Patrick Venture46470a32018-09-07 19:26:25 -07003#include <host-ipmid/ipmid-api.h>
Peter Hanson4a589852017-06-07 17:40:45 -07004
Patrick Venture46470a32018-09-07 19:26:25 -07005#include <host-ipmid/oemrouter.hpp>
Patrick Venture0b02be92018-08-31 11:55:55 -07006
Peter Hanson4a589852017-06-07 17:40:45 -07007namespace oem
8{
Peter Hanson4a589852017-06-07 17:40:45 -07009/*
10 * OpenBMC OEM Extension IPMI Command codes.
11 */
12enum Cmd
13{
14 gpioCmd = 1,
15 i2cCmd = 2,
16 flashCmd = 3,
17 fanManualCmd = 4,
Patrick Venturefdfe5012018-09-18 16:59:56 -070018 ethStatsCmd = 48,
Patrick Venturea20f8e32018-09-12 09:05:36 -070019 blobTransferCmd = 128,
Peter Hanson4a589852017-06-07 17:40:45 -070020};
21
Patrick Venture0b02be92018-08-31 11:55:55 -070022} // namespace oem