1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Copyright (C) 2016 Thomas Gleixner. 4 * Copyright (C) 2016-2017 Christoph Hellwig. 5 */ 6 7 #ifndef __LINUX_GROUP_CPUS_H 8 #define __LINUX_GROUP_CPUS_H 9 #include <linux/kernel.h> 10 #include <linux/cpu.h> 11 12 struct cpumask *group_cpus_evenly(unsigned int numgrps); 13 14 #endif 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.