Merge tag 'v3.10-rc1' into stable/for-linus-3.10
[firefly-linux-kernel-4.4.55.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