summaryrefslogtreecommitdiffstats
path: root/globalhandler.hpp
blob: 23d3b3e0156ec902721ecd22cc560e3c62aa17ec (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stdint.h>

// Various GLOBAL operations under a single command.
enum ipmi_global_control_cmds : uint8_t
{
    IPMI_CMD_COLD_RESET = 0x02,
    IPMI_CMD_WARM_RESET = 0x03,
};
OpenPOWER on IntegriCloud