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
License cleanup: add SPDX license identifier to uapi header files with no license
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
uapi
/
asm
/
unistd.h
blob
9e0b4e5e6da25fbf77d68888d4fd9b628bdb7f45
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef __KERNEL__
3
# ifdef __SH5__
4
# include <asm/unistd_64.h>
5
# else
6
# include <asm/unistd_32.h>
7
# endif
8
#endif