Merging upstream version 2.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
078c0dbcc0
commit
635faa7346
571 changed files with 10718 additions and 2738 deletions
|
@ -4,7 +4,6 @@
|
|||
*
|
||||
* Author: leonardo.da.cunha@solidigm.com
|
||||
*/
|
||||
|
||||
#include "nvme.h"
|
||||
|
||||
/*
|
||||
|
@ -30,3 +29,5 @@ int ocp_get_uuid_index(struct nvme_dev *dev, __u8 *index);
|
|||
* Return: Zero if nvme device has UUID list log page, Negative POSIX error code otherwise.
|
||||
*/
|
||||
int ocp_find_uuid_index(struct nvme_id_uuid_list *uuid_list, __u8 *index);
|
||||
|
||||
int ocp_get_log_simple(struct nvme_dev *dev, enum ocp_dssd_log_id lid, __u32 len, void *log);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue