]> Git Repo - J-linux.git/blob - tools/testing/selftests/sched_ext/hotplug_test.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / selftests / sched_ext / hotplug_test.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3  * Copyright (c) 2024 Meta Platforms, Inc. and affiliates.
4  * Copyright (c) 2024 David Vernet <[email protected]>
5  */
6
7 #ifndef __HOTPLUG_TEST_H__
8 #define __HOTPLUG_TEST_H__
9
10 enum hotplug_test_flags {
11         HOTPLUG_EXIT_RSN = 1LLU << 0,
12         HOTPLUG_ONLINING = 1LLU << 1,
13 };
14
15 #endif  // # __HOTPLUG_TEST_H__
This page took 0.026736 seconds and 4 git commands to generate.