mirror of
https://github.com/torvalds/linux.git
synced 2024-12-07 19:41:31 +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
|