sections.h 118 B

12345678
  1. #ifndef _S390_SECTIONS_H
  2. #define _S390_SECTIONS_H
  3. #include <asm-generic/sections.h>
  4. extern char _eshared[];
  5. #endif