KVM: Maintain back mapping from irqchip/pin to gsi
[deliverable/linux.git] / include / linux / netfilter / xt_helper.h
CommitLineData
2e4e6a17
HW
1#ifndef _XT_HELPER_H
2#define _XT_HELPER_H
3
4struct xt_helper_info {
5 int invert;
6 char name[30];
7};
8#endif /* _XT_HELPER_H */
This page took 0.759395 seconds and 5 git commands to generate.