drm/ast: Only warn about unsupported TX chips on Gen4 and later
[drm/drm-misc.git] / arch / csky / include / asm / sections.h
blob83e82b7c0f6c427a544dc016716ee39ab2bfd265
1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __ASM_SECTIONS_H
4 #define __ASM_SECTIONS_H
6 #include <asm-generic/sections.h>
8 extern char _start[];
10 asmlinkage void csky_start(unsigned int unused, void *dtb_start);
12 #endif /* __ASM_SECTIONS_H */