PageRenderTime 22ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/s390/include/asm/sections.h

https://bitbucket.org/cresqo/cm7-p500-kernel
C Header | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | f07a3122bebedff2dcd690a565deb9a1 MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
  1. #ifndef _S390_SECTIONS_H
  2. #define _S390_SECTIONS_H
  3. #include <asm-generic/sections.h>
  4. extern char _eshared[], _ehead[];
  5. #endif