xref: /openbmc/linux/arch/mips/include/uapi/asm/auxvec.h (revision ebb5e78c)
1ebb5e78cSAlex Smith /*
2ebb5e78cSAlex Smith  * Copyright (C) 2015 Imagination Technologies
3ebb5e78cSAlex Smith  * Author: Alex Smith <alex.smith@imgtec.com>
4ebb5e78cSAlex Smith  *
5ebb5e78cSAlex Smith  * This program is free software; you can redistribute it and/or modify it
6ebb5e78cSAlex Smith  * under the terms of the GNU General Public License as published by the
7ebb5e78cSAlex Smith  * Free Software Foundation;  either version 2 of the  License, or (at your
8ebb5e78cSAlex Smith  * option) any later version.
9ebb5e78cSAlex Smith  */
10ebb5e78cSAlex Smith 
11ebb5e78cSAlex Smith #ifndef __ASM_AUXVEC_H
12ebb5e78cSAlex Smith #define __ASM_AUXVEC_H
13ebb5e78cSAlex Smith 
14ebb5e78cSAlex Smith /* Location of VDSO image. */
15ebb5e78cSAlex Smith #define AT_SYSINFO_EHDR		33
16ebb5e78cSAlex Smith 
17ebb5e78cSAlex Smith #endif /* __ASM_AUXVEC_H */
18