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
perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git]
/
arch
/
nds32
/
include
/
uapi
/
asm
/
auxvec.h
blob
56043ce4972f052ea9da1c7c52b19a8232abaf68
1
// SPDX-License-Identifier: GPL-2.0
2
// Copyright (C) 2005-2017 Andes Technology Corporation
3
4
#ifndef __ASM_AUXVEC_H
5
#define __ASM_AUXVEC_H
6
7
/* VDSO location */
8
#define AT_SYSINFO_EHDR 33
9
10
#define AT_VECTOR_SIZE_ARCH 1
11
12
#endif