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