// SPDX-License-Identifier: LGPL-2.1-or-later /* * This file is part of libnvme. * Copyright (c) 2021 Code Construct Pty Ltd * * Authors: Jeremy Kerr */ #ifndef _LIBNVME_MI_H #define _LIBNVME_MI_H #ifdef __cplusplus extern "C" { #endif #include #include #include #ifdef __cplusplus } #endif #endif /* _LIBNVME_MI_H */