Linux Audio

Check our new training course

Open-source upstreaming

Need help get the support for your hardware in upstream Linux?
Loading...
Note: File does not exist in v3.1.
1// SPDX-License-Identifier: GPL-2.0-only
2
3extern char __data_loc[];
4extern char _edata_loc[];
5extern char _sdata[];
6
7int __init __inflate_kernel_data(void);