]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/nvme/nvme.h
nvme: Split out PCI support
[thirdparty/u-boot.git] / drivers / nvme / nvme.h
index c6aae4da5df78fd82c00c282a4b2064bcc1cb581..8e9ae3c7f6267c168a33aaddefcf4feeb99a8a21 100644 (file)
@@ -608,6 +608,7 @@ struct nvme_dev {
        u32 ctrl_config;
        struct nvme_bar __iomem *bar;
        struct list_head namespaces;
+       char vendor[8];
        char serial[20];
        char model[40];
        char firmware_rev[8];
@@ -635,4 +636,6 @@ struct nvme_ns {
        u8 flbas;
 };
 
+int nvme_init(struct udevice *udev);
+
 #endif /* __DRIVER_NVME_H__ */