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
/
alpha
/
include
/
uapi
/
asm
/
byteorder.h
blob
efa9b51b45952cac703700a86d44d90a510ed307
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef _ALPHA_BYTEORDER_H
3
#define _ALPHA_BYTEORDER_H
4
5
#include <linux/byteorder/little_endian.h>
6
7
#endif
/* _ALPHA_BYTEORDER_H */