Merge tag 'ipsec-2023-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/klasser...
[linux-2.6-block.git] / include / linux / group_cpus.h
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