mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 10:01:39 -05:00
tools/virtio: add struct cpumask to cpumask.h
Add struct cpumask stub used by virtio_config.h. Created using Cursor CLI. Message-ID: <eacf56399ba220513ebcd610f4a5115dc768db80.1764873799.git.mst@redhat.com> Acked-by: Jason Wang <jasowang@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
@@ -4,4 +4,8 @@
|
|||||||
|
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
|
|
||||||
|
struct cpumask {
|
||||||
|
unsigned long bits[1];
|
||||||
|
};
|
||||||
|
|
||||||
#endif /* _LINUX_CPUMASK_H */
|
#endif /* _LINUX_CPUMASK_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user