mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +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
|