Merge tag 'locking-urgent-2020-08-15' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / um / include / asm / sections.h
bloba3c1fb6ed6adcabb766678b74bfedc78f5ec3c6f
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __UM_SECTIONS_H
3 #define __UM_SECTIONS_H
5 #include <asm-generic/sections.h>
7 extern char __binary_start[];
8 extern char __syscall_stub_start[], __syscall_stub_end[];
10 #endif