summaryrefslogtreecommitdiffstats
path: root/globalhandler.h
blob: 608df3b20c173785e142be33056c7bbece99995f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __HOST_IPMI_GLOBAL_HANDLER_H__
#define __HOST_IPMI_GLOBAL_HANDLER_H__

#include <stdint.h>

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

#endif
OpenPOWER on IntegriCloud