Staging
v0.8.1
swh:1:snp:a902887e4be9191b7c6c4406aa06b31c1ce2c7cc
Raw File
Tip revision: 57361846b52bc686112da6ca5368d11210796804 authored by Linus Torvalds on 02 September 2018, 21:37:30 UTC
Linux 4.19-rc2
Tip revision: 5736184
arch-tests.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef ARCH_TESTS_H
#define ARCH_TESTS_H

#ifdef HAVE_DWARF_UNWIND_SUPPORT
struct thread;
struct perf_sample;
#endif

extern struct test arch_tests[];

#endif
back to top