1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2024 Meta Platforms, Inc. and affiliates.
7 #ifndef __HOTPLUG_TEST_H__
8 #define __HOTPLUG_TEST_H__
10 enum hotplug_test_flags {
11 HOTPLUG_EXIT_RSN = 1LLU << 0,
12 HOTPLUG_ONLINING = 1LLU << 1,
15 #endif // # __HOTPLUG_TEST_H__