From 9184eab746085ea8bd15bcb477853cd081f7a7ad Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Mon, 28 Feb 2000 19:53:42 +0000 Subject: [PATCH] added --- src/db/dbConvertFast.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/db/dbConvertFast.h diff --git a/src/db/dbConvertFast.h b/src/db/dbConvertFast.h new file mode 100644 index 000000000..18131056c --- /dev/null +++ b/src/db/dbConvertFast.h @@ -0,0 +1,23 @@ +/* dbConvertFast.h */ + +/***************************************************************** + COPYRIGHT NOTIFICATION +***************************************************************** + +(C) COPYRIGHT 1993 UNIVERSITY OF CHICAGO + +This software was developed under a United States Government license +described on the COPYRIGHT_UniversityOfChicago file included as part +of this distribution. +**********************************************************************/ + +#ifndef INCdbConvertFasth +#define INCdbConvertFasth + +#include "shareLib.h" +#include "dbFldTypes.h" + +epicsShareExtern long (*dbFastGetConvertRoutine[DBF_DEVICE+1][DBR_ENUM+1])(); +epicsShareExtern long (*dbFastPutConvertRoutine[DBR_ENUM+1][DBF_DEVICE+1])(); + +#endif /*INCdbConvertFasth*/