sections.h 179 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __ASM_SECTIONS_H
  3. #define __ASM_SECTIONS_H
  4. #include <asm-generic/sections.h>
  5. extern char _start[];
  6. #endif /* __ASM_SECTIONS_H */