blob: cafcf684d94772903998e0c22c39677da7842657 [file] [log] [blame]
Nicolas Ioossd5f20be2014-10-12 13:02:11 +02001#ifndef __UM_SECTIONS_H
2#define __UM_SECTIONS_H
3
4#include <asm-generic/sections.h>
5
Nicolas Iooss05eacfd2014-10-12 13:02:12 +02006extern char __binary_start[];
7extern char __syscall_stub_start[], __syscall_stub_end[];
Nicolas Ioossd5f20be2014-10-12 13:02:11 +02008
9#endif