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 v4.6.
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef GROUP_H
3#define GROUP_H 1
4
5bool arch_topdown_check_group(bool *warn);
6void arch_topdown_group_warn(void);
7
8#endif