hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/virtio/linux/scatterlist.h
....@@ -2,6 +2,7 @@
22 #ifndef SCATTERLIST_H
33 #define SCATTERLIST_H
44 #include <linux/kernel.h>
5
+#include <linux/bug.h>
56
67 struct scatterlist {
78 unsigned long page_link;