19 lines
355 B
C
19 lines
355 B
C
/**
|
|
* \file auxvec.h
|
|
* License details are found in the file LICENSE.
|
|
* \brief
|
|
* Declare architecture-dependent constants for auxiliary vector
|
|
* \author Gou Nakamura <go.nakamura.yw@hitachi-solutions.com>
|
|
* Copyright (C) 2016 RIKEN AICS
|
|
*/
|
|
/*
|
|
* HISTORY
|
|
*/
|
|
|
|
#ifndef ARCH_AUXVEC_H
|
|
#define ARCH_AUXVEC_H
|
|
|
|
#define AT_SYSINFO_EHDR 33
|
|
|
|
#endif
|