Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __SPARC_SECTIONS_H
0003 #define __SPARC_SECTIONS_H
0004 
0005 /* nothing to see, move along */
0006 #include <asm-generic/sections.h>
0007 
0008 /* sparc entry point */
0009 extern char _start[];
0010 
0011 extern char __leon_1insn_patch[];
0012 extern char __leon_1insn_patch_end[];
0013 
0014 #endif