mb/google/brya/var/orisa: Update Type C DisplayPort HPD Configuration
[coreboot2.git] / payloads / libpayload / include / storage / nvme.h
blob61abf743cc1f3bb758f3668833b2b7093aa04211
1 // SPDX-License-Identifier: BSD-3-Clause
2 /*
3 * Libpayload NVMe device driver
4 * Copyright (C) 2019 secunet Security Networks AG
5 */
7 #ifndef _STORAGE_NVME_H
8 #define _STORAGE_NVME_H
10 #include "storage.h"
12 void nvme_initialize(struct pci_dev *dev);
14 #endif /* _STORAGE_NVME_H */