forked from Imagelibrary/rtems
shared/vmeUniverse/vmeTsi148.c: Set defines to get all prototypes for methods in file
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
#include <libcpu/byteorder.h>
|
#include <libcpu/byteorder.h>
|
||||||
|
|
||||||
#define __INSIDE_RTEMS_BSP__
|
#define __INSIDE_RTEMS_BSP__
|
||||||
|
#define _VME_TSI148_DECLARE_SHOW_ROUTINES
|
||||||
|
|
||||||
#include "vmeTsi148.h"
|
#include "vmeTsi148.h"
|
||||||
#include <bsp/VMEDMA.h>
|
#include <bsp/VMEDMA.h>
|
||||||
@@ -573,7 +574,7 @@ static unsigned long ck2esst(unsigned long am)
|
|||||||
return am;
|
return am;
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC int
|
static int
|
||||||
am2omode(unsigned long address_space, unsigned long *pmode)
|
am2omode(unsigned long address_space, unsigned long *pmode)
|
||||||
{
|
{
|
||||||
unsigned long mode = 0;
|
unsigned long mode = 0;
|
||||||
@@ -687,7 +688,7 @@ unsigned long tm = TSI_TM_SCT_IDX;
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
STATIC int
|
static int
|
||||||
am2imode(unsigned long address_space, unsigned long *pmode)
|
am2imode(unsigned long address_space, unsigned long *pmode)
|
||||||
{
|
{
|
||||||
unsigned long mode=0;
|
unsigned long mode=0;
|
||||||
|
|||||||
Reference in New Issue
Block a user