1
0
Fork 0
libnvme/doc/man/nvme_mi_aem_handler_next_action.2
Daniel Baumann 35c8bfce7f
Merging upstream version 1.14.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-22 12:57:29 +02:00

20 lines
529 B
Groff

.TH "libnvme" 9 "enum nvme_mi_aem_handler_next_action" "May 2025" "API Manual" LINUX
.SH NAME
enum nvme_mi_aem_handler_next_action \- Next action for the AEM state machine handler
.SH SYNOPSIS
enum nvme_mi_aem_handler_next_action {
.br
.BI " NVME_MI_AEM_HNA_ACK"
,
.br
.br
.BI " NVME_MI_AEM_HNA_NONE"
};
.SH Constants
.IP "NVME_MI_AEM_HNA_ACK" 12
Send an ack for the AEM
.IP "NVME_MI_AEM_HNA_NONE" 12
No further action
.SH "Description"
Used as return value for the AE callback generated when calling nvme_mi_aem_process