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

8 lines
132 B
C
Raw Permalink Normal View History

/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef NVME_MODEL_H
#define NVME_MODEL_H
char *nvme_product_name(int id);
#endif