From 12e8c5837f747b0a8f7f8c3cd0d1317467cb1a4b Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 30 Sep 2009 12:57:50 -0700 Subject: [PATCH] kernel - add missing header commit to interrupt config hooks changes --- sys/sys/kernel.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/sys/sys/kernel.h b/sys/sys/kernel.h index 3eb54b5..ef9c04f 100644 --- a/sys/sys/kernel.h +++ b/sys/sys/kernel.h @@ -404,6 +404,7 @@ struct intr_config_hook { void *ich_arg; const char *ich_desc; int ich_order; + int ich_ran; }; int config_intrhook_establish (struct intr_config_hook *); -- 1.7.7.2