blob: 73a3f9f3db06847a1410939dbc12551cee8e0d41 [file] [log] [blame]
#pragma once
#include "host-ipmid/oemrouter.hpp"
#include "host-ipmid/ipmid-api.h"
namespace oem
{
/*
* OpenBMC OEM Extension IPMI Command codes.
*/
enum Cmd
{
gpioCmd = 1,
i2cCmd = 2,
flashCmd = 3,
fanManualCmd = 4,
blobTransferCmd = 128,
};
} // namespace oem