1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2018 Intel Corporation
6 #include <rte_compat.h>
10 rte_dev_event_monitor_start(void)
12 RTE_LOG(ERR, EAL, "Device event is not supported for FreeBSD\n");
17 rte_dev_event_monitor_stop(void)
19 RTE_LOG(ERR, EAL, "Device event is not supported for FreeBSD\n");
24 rte_dev_hotplug_handle_enable(void)
26 RTE_LOG(ERR, EAL, "Device event is not supported for FreeBSD\n");
31 rte_dev_hotplug_handle_disable(void)
33 RTE_LOG(ERR, EAL, "Device event is not supported for FreeBSD\n");