]> Git Repo - linux.git/blob - arch/arm/kernel/head.h
Merge patch series "riscv: Extension parsing fixes"
[linux.git] / arch / arm / kernel / head.h
1 // SPDX-License-Identifier: GPL-2.0-only
2
3 extern char __data_loc[];
4 extern char _edata_loc[];
5 extern char _sdata[];
6
7 int __init __inflate_kernel_data(void);
This page took 0.033662 seconds and 4 git commands to generate.