Commit a2f964c4 authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

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: default avatarJason Wang <jasowang@redhat.com>
Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent 4e949e77
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -4,4 +4,8 @@

#include <linux/kernel.h>

struct cpumask {
	unsigned long bits[1];
};

#endif /* _LINUX_CPUMASK_H */