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