blob: 078b170824de12644d5aba92484db9cdc4b65430 [file] [log] [blame]
Patrick Venture46470a32018-09-07 19:26:25 -07001#pragma once
Williamcb8ac882015-12-31 19:15:17 +08002
3#include <stdint.h>
4
5// Various GLOBAL operations under a single command.
6enum ipmi_global_control_cmds : uint8_t
7{
Nan Libc759882016-08-22 15:00:21 +08008 IPMI_CMD_COLD_RESET = 0x02,
Williamcb8ac882015-12-31 19:15:17 +08009};