nvme_nbft_read
Read and parse contents of an ACPI NBFT table
- Provided by: libnvme-dev (Version: 1.8-3ubuntu1)
- Source: libnvme
- Report a bug
Read and parse contents of an ACPI NBFT table
int nvme_nbft_read (struct nbft_info **nbft , const char *filename );
Read and parse the specified NBFT file into a struct nbft_info. Free with nvme_nbft_free.
0 on success, errno otherwise.