/** * \file auxvec.h * License details are found in the file LICENSE. * \brief * Declare architecture-dependent constants for auxiliary vector * \author Gou Nakamura * Copyright (C) 2016 RIKEN AICS */ /* * HISTORY */ #ifndef ARCH_AUXVEC_H #define ARCH_AUXVEC_H #define AT_SYSINFO_EHDR 33 #endif