18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _ASM_POWERPC_ERRNO_H
38c2ecf20Sopenharmony_ci#define _ASM_POWERPC_ERRNO_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#include <asm-generic/errno.h>
68c2ecf20Sopenharmony_ci
78c2ecf20Sopenharmony_ci#undef	EDEADLOCK
88c2ecf20Sopenharmony_ci#define	EDEADLOCK	58	/* File locking deadlock error */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#endif	/* _ASM_POWERPC_ERRNO_H */
11