Spdk/module/event/subsystems/vmd/event_vmd.h

12 lines
191 B
C
Raw Normal View History

/* SPDX-License-Identifier: BSD-3-Clause
* Copyright (c) Intel Corporation.
* All rights reserved.
*/
#ifndef EVENT_VMD_H
#define EVENT_VMD_H
int vmd_subsystem_init(void);
#endif