summaryrefslogtreecommitdiffstats
path: root/nvme-models.h
blob: 2dcc164ccc24bb5b22f223418544e969b078f6b3 (plain)
1
2
3
4
5
6
7
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef NVME_MODEL_H
#define NVME_MODEL_H

char *nvme_product_name(int id);

#endif