summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/sched_ext/hotplug_test.h
blob: 73d236f90787d7c6d5b978850f6e4c46661e1c1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2024 Meta Platforms, Inc. and affiliates.
 * Copyright (c) 2024 David Vernet <dvernet@meta.com>
 */

#ifndef __HOTPLUG_TEST_H__
#define __HOTPLUG_TEST_H__

enum hotplug_test_flags {
	HOTPLUG_EXIT_RSN = 1LLU << 0,
	HOTPLUG_ONLINING = 1LLU << 1,
};

#endif  // # __HOTPLUG_TEST_H__