bits.h: added convenience types

This commit is contained in:
2022-03-18 14:23:49 +01:00
parent 1da1f8a633
commit 21e27ba16e
2 changed files with 9 additions and 1 deletions

View File

@@ -993,4 +993,4 @@ static inline void hlist_move_list(struct hlist_head *old,
pos && ({ n = pos->member.next; 1; }); \
pos = hlist_entry_safe(n, __typeof__(*pos), member))
#endif
#endif /* __BR_LIST_H */