xref: /haiku/src/libs/compat/freebsd_network/compat/sys/epoch.h (revision 52f7c9389475e19fc21487b38064b4390eeb6fea)
1 /*
2  * Copyright 2022, Haiku, Inc. All rights reserved.
3  * Distributed under the terms of the MIT License.
4  */
5 #ifndef _FBSD_COMPAT_SYS_EPOCH_H_
6 #define _FBSD_COMPAT_SYS_EPOCH_H_
7 
8 
9 struct epoch_tracker {
10 	int dummy;
11 };
12 
13 #define NET_EPOCH_ENTER(et)
14 #define NET_EPOCH_EXIT(et)
15 
16 
17 #endif	/* _FBSD_COMPAT_SYS_EPOCH_H_ */
18