mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
sys/ck.h: Add an include guard
Approved by: cognet MFC after: 1 week Sponsored by: BBOX.io Differential Revision: https://reviews.freebsd.org/D29357
This commit is contained in:
parent
1af332a7d8
commit
2595d78f3d
@ -1,6 +1,9 @@
|
||||
/*
|
||||
* $FreeBSD$
|
||||
*/
|
||||
#ifndef _SYS_CK_H_
|
||||
#define _SYS_CK_H_
|
||||
|
||||
#ifdef _KERNEL
|
||||
#include <ck_queue.h>
|
||||
#include <ck_epoch.h>
|
||||
@ -11,3 +14,5 @@
|
||||
#define CK_LIST_HEAD LIST_HEAD
|
||||
#define CK_LIST_ENTRY LIST_ENTRY
|
||||
#endif
|
||||
|
||||
#endif /* !_SYS_CK_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user