]> Git Repo - J-linux.git/blob - include/linux/nodemask_types.h
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/kernel...
[J-linux.git] / include / linux / nodemask_types.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_NODEMASK_TYPES_H
3 #define __LINUX_NODEMASK_TYPES_H
4
5 #include <linux/bitops.h>
6 #include <linux/numa.h>
7
8 typedef struct { DECLARE_BITMAP(bits, MAX_NUMNODES); } nodemask_t;
9
10 #endif /* __LINUX_NODEMASK_TYPES_H */
This page took 0.027983 seconds and 4 git commands to generate.