-/* $OpenBSD: kern_compat.h,v 1.13 2022/06/28 10:01:13 bluhm Exp $ */
+/* $OpenBSD: kern_compat.h,v 1.14 2023/04/18 16:57:44 bluhm Exp $ */
#ifndef _KERN_COMPAT_H_
#define _KERN_COMPAT_H_
#define KERNEL_LOCK() /* nothing */
#define KERNEL_UNLOCK() /* nothing */
+#define NET_ASSERT_UNLOCKED() /* nothing */
+#define NET_ASSERT_LOCKED() /* nothing */
+#define NET_ASSERT_LOCKED_EXCLUSIVE() /* nothing */
+
#define panic(x...) errx(1, x)
#define malloc(size, bucket, flag) calloc(1, size)