repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git]
/
arch
/
csky
/
include
/
asm
/
sections.h
blob
83e82b7c0f6c427a544dc016716ee39ab2bfd265
1
/* SPDX-License-Identifier: GPL-2.0 */
2
3
#ifndef __ASM_SECTIONS_H
4
#define __ASM_SECTIONS_H
5
6
#include <asm-generic/sections.h>
7
8
extern
char
_start
[];
9
10
asmlinkage
void
csky_start
(
unsigned int
unused
,
void
*
dtb_start
);
11
12
#endif
/* __ASM_SECTIONS_H */