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
Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
arm
/
include
/
uapi
/
asm
/
auxvec.h
blob
5c09da5965d4a02819b079ff9276ba5a26ef50f4
1
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
2
#ifndef __ASM_AUXVEC_H
3
#define __ASM_AUXVEC_H
4
5
/* VDSO location */
6
#define AT_SYSINFO_EHDR 33
7
8
#endif