repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
accel/amdxdna: Return error when setting clock failed for npu1
[drm/drm-misc.git]
/
include
/
net
/
netns
/
nftables.h
blob
cc8060c017d5fb4d96a7fab85c7140cfbe44332e
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _NETNS_NFTABLES_H_
3
#define _NETNS_NFTABLES_H_
4
5
struct
netns_nftables
{
6
u8 gencursor
;
7
};
8
9
#endif