Back to home page

OSCL-LXR

 
 

    


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