Skip to content

Commit

Permalink
nvme.h: add AER constants
Browse files Browse the repository at this point in the history
Reviewed-by: Jay Freyensee <[email protected]>
Reviewed-by: Sagi Grimberg <[email protected]>
Reviewed-by: Ming Lin <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: Keith Busch <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
  • Loading branch information
Christoph Hellwig authored and axboe committed Jun 12, 2016
1 parent 69cd27e commit 79f370e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/linux/nvme.h
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,12 @@ struct nvme_reservation_status {
} regctl_ds[];
};

enum nvme_async_event_type {
NVME_AER_TYPE_ERROR = 0,
NVME_AER_TYPE_SMART = 1,
NVME_AER_TYPE_NOTICE = 2,
};

/* I/O commands */

enum nvme_opcode {
Expand Down

0 comments on commit 79f370e

Please sign in to comment.