From 87252234689715098a731298f6e1c2e2597e0b39 Mon Sep 17 00:00:00 2001 From: cheloha Date: Sun, 25 Feb 2024 18:29:26 +0000 Subject: [PATCH] sys/clockintr.h: consolidate forward declarations --- sys/sys/clockintr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/clockintr.h b/sys/sys/clockintr.h index 3e4b4f82dff..976db0bd8c5 100644 --- a/sys/sys/clockintr.h +++ b/sys/sys/clockintr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clockintr.h,v 1.27 2024/02/25 18:17:11 cheloha Exp $ */ +/* $OpenBSD: clockintr.h,v 1.28 2024/02/25 18:29:26 cheloha Exp $ */ /* * Copyright (c) 2020-2024 Scott Cheloha * @@ -36,6 +36,7 @@ struct clockintr_stat { #include struct clockrequest; +struct clockintr_queue; struct cpu_info; /* @@ -56,7 +57,6 @@ struct intrclock { * I Immutable after initialization. * m Parent queue mutex (cl_queue->cq_mtx). */ -struct clockintr_queue; struct clockintr { uint64_t cl_expiration; /* [m] dispatch time */ TAILQ_ENTRY(clockintr) cl_alink; /* [m] cq_all glue */ -- 2.20.1