7 lines
132 B
C
7 lines
132 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
#ifndef NVME_MODEL_H
|
|
#define NVME_MODEL_H
|
|
|
|
char *nvme_product_name(int id);
|
|
|
|
#endif
|