aboutsummaryrefslogtreecommitdiff
path: root/src/hw/nvme.h
blob: 4dbb70ae7873ff6606f3b6a57eef0a9effb7776e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// External interfaces for low level NVMe support
//
// Copyright 2017 Amazon.com, Inc. or its affiliates.
//
// This file may be distributed under the terms of the GNU LGPLv3 license.

#ifndef __NVME_H
#define __NVME_H

#include "block.h" // struct disk_op_s

void nvme_setup(void);
int nvme_process_op(struct disk_op_s *op);

#endif

/* EOF */