repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
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
blob
a3c1fb6ed6adcabb766678b74bfedc78f5ec3c6f
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __UM_SECTIONS_H
3
#define __UM_SECTIONS_H
4
5
#include <asm-generic/sections.h>
6
7
extern
char
__binary_start
[];
8
extern
char
__syscall_stub_start
[],
__syscall_stub_end
[];
9
10
#endif