Kyle Swenson | 8d8f654 | 2021-03-15 11:02:55 -0600 | [diff] [blame^] | 1 | /* |
| 2 | * Copyright (C) 2015 Imagination Technologies |
| 3 | * Author: Alex Smith <alex.smith@imgtec.com> |
| 4 | * |
| 5 | * This program is free software; you can redistribute it and/or modify it |
| 6 | * under the terms of the GNU General Public License as published by the |
| 7 | * Free Software Foundation; either version 2 of the License, or (at your |
| 8 | * option) any later version. |
| 9 | */ |
| 10 | |
| 11 | #ifndef __ASM_AUXVEC_H |
| 12 | #define __ASM_AUXVEC_H |
| 13 | |
| 14 | /* Location of VDSO image. */ |
| 15 | #define AT_SYSINFO_EHDR 33 |
| 16 | |
| 17 | #endif /* __ASM_AUXVEC_H */ |