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
12struct cpumask *group_cpus_evenly(unsigned int numgrps);
13
14#endif
15