blob: a3c1fb6ed6adcabb766678b74bfedc78f5ec3c6f [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Nicolas Ioossd5f20be2014-10-12 13:02:11 +02002#ifndef __UM_SECTIONS_H
3#define __UM_SECTIONS_H
4
5#include <asm-generic/sections.h>
6
Nicolas Iooss05eacfd2014-10-12 13:02:12 +02007extern char __binary_start[];
8extern char __syscall_stub_start[], __syscall_stub_end[];
Nicolas Ioossd5f20be2014-10-12 13:02:11 +02009
10#endif