blob: 02e7e5c38c4cf54b4545d690151bb04545357d09 [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 Venturea20f8e32018-09-12 09:05:36 -070018 blobTransferCmd = 128,
Peter Hanson4a589852017-06-07 17:40:45 -070019};
20
Patrick Venture0b02be92018-08-31 11:55:55 -070021} // namespace oem