1
0
Fork 0
nvme-cli/nvme-models.h

7 lines
84 B
C
Raw Normal View History

#ifndef NVME_MODEL_H
#define NVME_MODEL_H
char *nvme_product_name(int id);
#endif