8 lines
151 B
C
8 lines
151 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _LINUX_TOPOLOGY_H
|
|
#define _LINUX_TOPOLOGY_H
|
|
|
|
#include <linux/cpumask.h>
|
|
|
|
#endif /* _LINUX_TOPOLOGY_H */
|