mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-22 06:36:17 +00:00
8 lines
122 B
C
8 lines
122 B
C
|
|
#ifndef GROUP_H
|
||
|
|
#define GROUP_H 1
|
||
|
|
|
||
|
|
bool arch_topdown_check_group(bool *warn);
|
||
|
|
void arch_topdown_group_warn(void);
|
||
|
|
|
||
|
|
#endif
|