Add ck.h userspace shims for CK_SLIST_

MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D38471
This commit is contained in:
Elliott Mitchell 2023-02-09 16:27:12 -07:00 committed by Kevin Bowling
parent 09f29b03dd
commit cd3193f640

View File

@ -13,6 +13,8 @@
#define CK_STAILQ_ENTRY STAILQ_ENTRY
#define CK_LIST_HEAD LIST_HEAD
#define CK_LIST_ENTRY LIST_ENTRY
#define CK_SLIST_HEAD SLIST_HEAD
#define CK_SLIST_ENTRY SLIST_ENTRY
#endif
#endif /* !_SYS_CK_H_ */