00001
00002
00003
00004
00005
00006
00007
00008
00009 #ifndef LRS1151_INCLUDE_H
00010 #define LRS1151_INCLUDE_H
00011
00012 #include <stdio.h>
00013 #include <string.h>
00014 #include "mvmestd.h"
00015
00016 #ifdef __cplusplus
00017 extern "C" {
00018 #endif
00019
00020 #define LRS1151_CLEAR_WO (DWORD) (0x0040)
00021 #define LRS1151_DATA_RO (DWORD) (0x0080)
00022
00023 void lrs1151_Clear(MVME_INTERFACE *mvme, DWORD base);
00024 void lrs1151_Read(MVME_INTERFACE *mvme, DWORD base, DWORD *data);
00025
00026 #ifdef __cplusplus
00027 }
00028 #endif
00029
00030 #endif // _INCLUDE_H
00031
00032
00033
00034
00035
00036
00037
00038
00039