Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
[cris-mirror.git] / tools / virtio / linux / ratelimit.h
blobdcce1725f90d049192f2024a4d0efd49e2de03d0
1 #define DEFINE_RATELIMIT_STATE(name, interval_init, burst_init) int name = 0
3 #define __ratelimit(x) (*(x))