exit_test.h 368 B

1234567891011121314151617181920
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (c) 2024 Meta Platforms, Inc. and affiliates.
  4. * Copyright (c) 2024 David Vernet <dvernet@meta.com>
  5. */
  6. #ifndef __EXIT_TEST_H__
  7. #define __EXIT_TEST_H__
  8. enum exit_test_case {
  9. EXIT_SELECT_CPU,
  10. EXIT_ENQUEUE,
  11. EXIT_DISPATCH,
  12. EXIT_ENABLE,
  13. EXIT_INIT_TASK,
  14. EXIT_INIT,
  15. NUM_EXITS,
  16. };
  17. #endif // # __EXIT_TEST_H__