mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
10 lines
183 B
C
10 lines
183 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef MISC_H
|
||
|
#define MISC_H
|
||
|
|
||
|
void arch_ftrace_ops_list_func(void);
|
||
|
void decompress_kernel(void);
|
||
|
void ftrace_stub(void);
|
||
|
|
||
|
#endif /* MISC_H */
|