[PATCH 08/12] fix includes
This commit is contained in:
committed by
Michael Davidsaver
parent
4a3b4358c3
commit
000c98dbaa
@@ -31,8 +31,8 @@ static const char sccsID[] = "@(#) devLib.c,v 1.1.2.11 2009/07/09 16:37:23 anj E
|
||||
#include "ellLib.h"
|
||||
|
||||
#define NO_DEVLIB_COMPAT
|
||||
#include "devLib.h"
|
||||
#include "devLibImpl.h"
|
||||
#include "devLibVME.h"
|
||||
#include "devLibVMEImpl.h"
|
||||
|
||||
static ELLLIST addrAlloc[atLast];
|
||||
static ELLLIST addrFree[atLast];
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
#include "osdVME.h"
|
||||
#include "errMdef.h"
|
||||
#include "shareLib.h"
|
||||
#include "devLib.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -54,7 +55,7 @@ epicsShareExtern const char *epicsAddressTypeName[];
|
||||
* To retain compatibility include everything by default
|
||||
*/
|
||||
#ifndef NO_DEVLIB_COMPAT
|
||||
# include "devLibImpl.h"
|
||||
# include "devLibVMEImpl.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include <epicsExit.h>
|
||||
#include <rtems.h>
|
||||
#include <bsp.h>
|
||||
#include "devLib.h"
|
||||
#include "devLibVME.h"
|
||||
#include <epicsInterrupt.h>
|
||||
|
||||
#if defined(__PPC__) || defined(__mcf528x__)
|
||||
|
||||
@@ -10,6 +10,6 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#define epicsExportSharedSymbols
|
||||
#include "devLib.h"
|
||||
#include "devLibVME.h"
|
||||
|
||||
epicsShareDef devLibVirtualOS *pdevLibVirtualOS = NULL;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "devLib.h"
|
||||
#include "devLibVME.h"
|
||||
|
||||
/* This file must contain no definitions other than the following: */
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
#include <vxLib.h>
|
||||
|
||||
#include "epicsFindSymbol.h"
|
||||
#include "devLib.h"
|
||||
#include "devLibVME.h"
|
||||
#include "errlog.h"
|
||||
|
||||
typedef void myISR (void *pParam);
|
||||
|
||||
Reference in New Issue
Block a user