License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / include / net / netfilter / nft_dup.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _NFT_DUP_H_
3 #define _NFT_DUP_H_
4
5 struct nft_dup_inet {
6         enum nft_registers      sreg_addr:8;
7         enum nft_registers      sreg_dev:8;
8 };
9
10 #endif /* _NFT_DUP_H_ */