remove libdss from Makefile
[GitHub/moto-9609/android_kernel_motorola_exynos9610.git] / arch / um / include / asm / sections.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
d5f20be7
NI
2#ifndef __UM_SECTIONS_H
3#define __UM_SECTIONS_H
4
5#include <asm-generic/sections.h>
6
05eacfd0
NI
7extern char __binary_start[];
8extern char __syscall_stub_start[], __syscall_stub_end[];
d5f20be7
NI
9
10#endif