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

12 lines
194 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
void vmd_subsystem_enable(void);
#endif