]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/powerpc/include/asm/stacktrace.h
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / include / asm / stacktrace.h
CommitLineData
88b0fe17
MOA
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Stack trace functions.
4 *
5 * Copyright 2018, Murilo Opsfelder Araujo, IBM Corporation.
6 */
7
8#ifndef _ASM_POWERPC_STACKTRACE_H
9#define _ASM_POWERPC_STACKTRACE_H
10
11void show_user_instructions(struct pt_regs *regs);
12
13#endif /* _ASM_POWERPC_STACKTRACE_H */