Skip to content

Commit a2f964c

Browse files
committed
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>
1 parent 4e949e7 commit a2f964c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/virtio/linux/cpumask.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@
44

55
#include <linux/kernel.h>
66

7+
struct cpumask {
8+
unsigned long bits[1];
9+
};
10+
711
#endif /* _LINUX_CPUMASK_H */

0 commit comments

Comments
 (0)