sections.h 290 B

12345678910111213
  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. asmlinkage void csky_start(unsigned int unused, void *dtb_start);
  7. asmlinkage void csky_start_secondary(void);
  8. #endif /* __ASM_SECTIONS_H */