6 lines
84 B
C
6 lines
84 B
C
#ifndef NVME_MODEL_H
|
|
#define NVME_MODEL_H
|
|
|
|
char *nvme_product_name(int id);
|
|
|
|
#endif
|