summaryrefslogtreecommitdiffstats
path: root/storagehandler.h
blob: 56c1a8b279f079c3b0f4ace7da001cb5c41826b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef __HOST_IPMI_STORAGE_HANDLER_H__
#define __HOST_IPMI_STORAGE_HANDLER_H__

// IPMI commands for net functions.
enum ipmi_netfn_storage_cmds
{
    // Get capability bits
    IPMI_CMD_SET_SEL_TIME   = 0x49,
    IPMI_CMD_WRITE_FRU_DATA = 0x12,
    IPMI_CMD_GET_SEL_INFO   = 0x40,
    IPMI_CMD_RESERVE_SEL    = 0x42,
    IPMI_CMD_ADD_SEL        = 0x44,

};

#endif
OpenPOWER on IntegriCloud