From 6caf28bd4653890dedfaf8179b68eb2262b96ff0 Mon Sep 17 00:00:00 2001 From: Chris Austen Date: Tue, 13 Oct 2015 12:40:40 -0500 Subject: Add more ipmi commands for app function --- apphandler.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apphandler.h') diff --git a/apphandler.h b/apphandler.h index 602801b..2c4ea22 100644 --- a/apphandler.h +++ b/apphandler.h @@ -5,7 +5,13 @@ enum ipmi_netfn_app_cmds { // Get capability bits + IPMI_CMD_RESET_WD = 0x22, + IPMI_CMD_SET_WD = 0x24, IPMI_CMD_GET_CAP_BIT = 0x36, + IPMI_CMD_GET_DEVICE_ID = 0x00, + IPMI_CMD_SET_ACPI = 0x06, + IPMI_CMD_READ_EVENT = 0x35, + }; #endif -- cgit v1.2.1