Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 
0003 #ifndef __ASM_SECTIONS_H
0004 #define __ASM_SECTIONS_H
0005 
0006 #include <asm-generic/sections.h>
0007 
0008 extern char _start[];
0009 
0010 #endif /* __ASM_SECTIONS_H */