aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/openrisc/kernel/vmlinux.h
blob: bdea46c617c7f6682ce2b27a1d1fa5b97231af64 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __OPENRISC_VMLINUX_H_
#define __OPENRISC_VMLINUX_H_

#ifdef CONFIG_BLK_DEV_INITRD
extern char __initrd_start, __initrd_end;
#endif

#endif