JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2016 Thomas Gleixner. * Copyright (C) 2016-2017 Christoph Hellwig. */ #ifndef __LINUX_GROUP_CPUS_H #define __LINUX_GROUP_CPUS_H #include #include struct cpumask *group_cpus_evenly(unsigned int numgrps); #endif