]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/virtio/linux/ratelimit.h
Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into next
[karo-tx-linux.git] / tools / virtio / linux / ratelimit.h
1 #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
2
3 #define __ratelimit(x) (*(x))
4