sections.h 289 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __SPARC_SECTIONS_H
  3. #define __SPARC_SECTIONS_H
  4. /* nothing to see, move along */
  5. #include <asm-generic/sections.h>
  6. /* sparc entry point */
  7. extern char _start[];
  8. extern char __leon_1insn_patch[];
  9. extern char __leon_1insn_patch_end[];
  10. #endif