summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/audit_32.h
blob: c6c79c3041ab23556e6ba3cc68a23eb9e5bef4d0 (plain)
1
2
3
4
5
6
7
// SPDX-License-Identifier: GPL-2.0
#ifndef __AUDIT_32_H__
#define __AUDIT_32_H__

extern int ppc32_classify_syscall(unsigned);

#endif