summaryrefslogtreecommitdiff
path: root/sys/dev/aac/aacreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aac/aacreg.h')
-rw-r--r--sys/dev/aac/aacreg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/aac/aacreg.h b/sys/dev/aac/aacreg.h
index 2bf1428a50ec..10f17b94d8cd 100644
--- a/sys/dev/aac/aacreg.h
+++ b/sys/dev/aac/aacreg.h
@@ -935,6 +935,11 @@ struct aac_AifEnsEnclosureEvent {
u_int32_t eventType; /* event type */
} __packed;
+typedef enum {
+ AIF_EM_DRIVE_INSERTION=31,
+ AIF_EM_DRIVE_REMOVAL
+} aac_AifEMEventType;
+
struct aac_AifEnsBatteryEvent {
AAC_NVBATT_TRANSITION transition_type; /* eg from low to ok */
AAC_NVBATTSTATUS current_state; /* current batt state */