Go to the source code of this file.
Data Structures | |
struct | VME_TABLE |
struct | DMA_INFO |
struct | INT_INFO |
Defines | |
#define | SUCCESS (int) 1 |
#define | ERROR (int) -1000 |
#define | MVME_ERROR (int) -1000 |
#define | MAX_VME_SLOTS (int) 32 |
#define | DEFAULT_SRC_ADD 0x000000 |
#define | DEFAULT_NBYTES 0xFFFFFF |
#define | DEFAULT_DMA_NBYTES 0x100000 |
Typedefs | |
typedef unsigned long int | DWORD |
typedef unsigned short int | WORD |
typedef unsigned char | BYTE |
#define DEFAULT_DMA_NBYTES 0x100000 |
#define DEFAULT_SRC_ADD 0x000000 |
#define ERROR (int) -1000 |
Definition at line 34 of file vmicvme.h.
Referenced by mvme_open(), mvme_read(), mvme_write(), ss_thread_create(), ss_thread_kill(), and vmic_unmap().
#define MVME_ERROR (int) -1000 |