arch-tests.h 199 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef ARCH_TESTS_H
  3. #define ARCH_TESTS_H
  4. #ifdef HAVE_DWARF_UNWIND_SUPPORT
  5. struct thread;
  6. struct perf_sample;
  7. #endif
  8. extern struct test arch_tests[];
  9. #endif