summaryrefslogtreecommitdiffstats
path: root/selutility.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'selutility.hpp')
-rw-r--r--selutility.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/selutility.hpp b/selutility.hpp
index 806f937..d31a65e 100644
--- a/selutility.hpp
+++ b/selutility.hpp
@@ -86,16 +86,6 @@ struct GetSELEntryResponse
uint8_t eventData3; //!< Event Data 3.
} __attribute__((packed));
-/** @struct DeleteSELEntryRequest
- *
- * IPMI payload for Delete SEL Entry command request.
- */
-struct DeleteSELEntryRequest
-{
- uint16_t reservationID; //!< Reservation ID.
- uint16_t selRecordID; //!< SEL Record ID.
-} __attribute__((packed));
-
static constexpr auto initiateErase = 0xAA;
static constexpr auto getEraseStatus = 0x00;
static constexpr auto eraseComplete = 0x01;
OpenPOWER on IntegriCloud