repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pinctrl: cherryview: Prevent possible interrupt storm on resume
[linux/fpc-iii.git]
/
arch
/
powerpc
/
include
/
uapi
/
asm
/
errno.h
blob
e8b6b5f7de7c4b2548c6b2c39fee00f624d20036
1
#ifndef _ASM_POWERPC_ERRNO_H
2
#define _ASM_POWERPC_ERRNO_H
3
4
#include <asm-generic/errno.h>
5
6
#undef EDEADLOCK
7
#define EDEADLOCK 58
/* File locking deadlock error */
8
9
#endif
/* _ASM_POWERPC_ERRNO_H */