From c6476fbbdceab3a00242367895de5a675ac3c8e5 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 23 Oct 2018 15:44:44 -0500 Subject: [PATCH] Declare IOSCANPVT in devSup.h only --- src/ioc/db/dbScan.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/ioc/db/dbScan.h b/src/ioc/db/dbScan.h index 028d09ec8..d483a0c30 100644 --- a/src/ioc/db/dbScan.h +++ b/src/ioc/db/dbScan.h @@ -19,6 +19,7 @@ #include "menuScan.h" #include "shareLib.h" #include "compilerDependencies.h" +#include "devSup.h" #ifdef __cplusplus extern "C" { @@ -33,9 +34,7 @@ extern "C" { #define MIN_PHASE SHRT_MIN /*definitions for I/O Interrupt Scanning */ -struct ioscan_head; - -typedef struct ioscan_head *IOSCANPVT; +/* IOSCANPVT now defined in devSup.h */ typedef struct event_list *EVENTPVT; struct dbCommon;