summaryrefslogtreecommitdiffstats
path: root/apphandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'apphandler.h')
-rw-r--r--apphandler.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/apphandler.h b/apphandler.h
index 497b24b..72997d9 100644
--- a/apphandler.h
+++ b/apphandler.h
@@ -19,24 +19,4 @@ enum ipmi_netfn_app_cmds
IPMI_CMD_GET_CHAN_INFO = 0x42,
};
-/** @struct GetChannelAccessRequest
- *
- * IPMI payload for Get Channel access command request.
- */
-struct GetChannelAccessRequest
-{
- uint8_t channelNumber; //!< Channel number.
- uint8_t volatileSetting; //!< Get non-volatile or the volatile setting.
-} __attribute__((packed));
-
-/** @struct GetChannelAccessResponse
- *
- * IPMI payload for Get Channel access command response.
- */
-struct GetChannelAccessResponse
-{
- uint8_t settings; //!< Channel settings.
- uint8_t privilegeLimit; //!< Channel privilege level limit.
-} __attribute__((packed));
-
#endif
OpenPOWER on IntegriCloud