Merge tag 'sti-dt-fixes-for-v4.8-rcs' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/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
This page took 0.044826 seconds and 5 git commands to generate.