swh:1:snp:173f8deb0c56c557784b4fd217e7608ac6197844
Raw File
Tip revision: 0477e92881850d44910a7e94fc2c46f96faa131f authored by Linus Torvalds on 06 December 2020, 22:25:12 UTC
Linux 5.10-rc7
Tip revision: 0477e92
ftrace.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * linux/include/asm-generic/ftrace.h
 */
#ifndef __ASM_GENERIC_FTRACE_H__
#define __ASM_GENERIC_FTRACE_H__

/*
 * Not all architectures need their own ftrace.h, the most
 * common definitions are already in linux/ftrace.h.
 */

#endif /* __ASM_GENERIC_FTRACE_H__ */
back to top