diff options
Diffstat (limited to 'doc/man/nvme_thermal_exc_event.2')
-rw-r--r-- | doc/man/nvme_thermal_exc_event.2 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/man/nvme_thermal_exc_event.2 b/doc/man/nvme_thermal_exc_event.2 new file mode 100644 index 0000000..764d28a --- /dev/null +++ b/doc/man/nvme_thermal_exc_event.2 @@ -0,0 +1,19 @@ +.TH "libnvme" 9 "struct nvme_thermal_exc_event" "January 2023" "API Manual" LINUX +.SH NAME +struct nvme_thermal_exc_event \- Thermal Excursion Event Data +.SH SYNOPSIS +struct nvme_thermal_exc_event { +.br +.BI " __u8 over_temp;" +.br +.BI " __u8 threshold;" +.br +.BI " +}; +.br + +.SH Members +.IP "over_temp" 12 +Over Temperature +.IP "threshold" 12 +temperature threshold |