aboutsummaryrefslogtreecommitdiff
path: root/tools/virtio/linux/ratelimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/virtio/linux/ratelimit.h')
-rw-r--r--tools/virtio/linux/ratelimit.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/virtio/linux/ratelimit.h b/tools/virtio/linux/ratelimit.h
new file mode 100644
index 00000000000..dcce1725f90
--- /dev/null
+++ b/tools/virtio/linux/ratelimit.h
@@ -0,0 +1,4 @@
+#define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
+
+#define __ratelimit(x) (*(x))
+