1 2 3 4 5 6 7 8 9
/* Public domain. */ #ifndef _LINUX_CPUMASK_H #define _LINUX_CPUMASK_H #include <linux/bitmap.h> #include <linux/bug.h> #endif