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

#ifndef __EXIT_TEST_H__
#define __EXIT_TEST_H__

enum exit_test_case {
	EXIT_SELECT_CPU,
	EXIT_ENQUEUE,
	EXIT_DISPATCH,
	EXIT_ENABLE,
	EXIT_INIT_TASK,
	EXIT_INIT,
	NUM_EXITS,
};

#endif  // # __EXIT_TEST_H__