2022-06-03 19:15:11 +00:00
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause
|
2022-11-01 20:26:26 +00:00
|
|
|
* Copyright (C) 2018 Intel Corporation.
|
2019-11-05 09:51:20 +00:00
|
|
|
* All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef EVENT_VMD_H
|
|
|
|
#define EVENT_VMD_H
|
|
|
|
|
2022-07-04 14:28:31 +00:00
|
|
|
void vmd_subsystem_enable(void);
|
2022-07-05 08:50:42 +00:00
|
|
|
bool vmd_subsystem_is_enabled(void);
|
2019-11-05 09:51:20 +00:00
|
|
|
|
|
|
|
#endif
|