File: nvme-models.h

package info (click to toggle)
nvme-cli 1.7-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 4,128 kB
  • sloc: ansic: 19,362; python: 716; sh: 444; makefile: 348; ruby: 25
file content (6 lines) | stat: -rw-r--r-- 84 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#ifndef NVME_MODEL_H
#define NVME_MODEL_H

char *nvme_product_name(int id);

#endif