diff options
Diffstat (limited to 'doc/man/nvme_feat_auto_pst.2')
-rw-r--r-- | doc/man/nvme_feat_auto_pst.2 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/man/nvme_feat_auto_pst.2 b/doc/man/nvme_feat_auto_pst.2 new file mode 100644 index 0000000..3e7ebc9 --- /dev/null +++ b/doc/man/nvme_feat_auto_pst.2 @@ -0,0 +1,15 @@ +.TH "libnvme" 9 "struct nvme_feat_auto_pst" "January 2023" "API Manual" LINUX +.SH NAME +struct nvme_feat_auto_pst \- Autonomous Power State Transition +.SH SYNOPSIS +struct nvme_feat_auto_pst { +.br +.BI " __le64 apst_entry[32];" +.br +.BI " +}; +.br + +.SH Members +.IP "apst_entry" 12 +See \fIenum nvme_apst_entry\fP |