*** empty log message ***

This commit is contained in:
Jeff Hill
1992-08-06 18:16:56 +00:00
parent 2bacdde748
commit cfe0f3a37c
+8 -1
View File
@@ -47,9 +47,16 @@ static char SccsId[] = "@(#)bb902_driver.c $Id$ ";
#include <vxWorks.h>
#include <vme.h>
#include <module_types.h>
#include <bo_driver.h>
#include <drvsubs.h>
/* Burr-Brown 902 binary output memory structure */
struct bo_bb902{
short csr; /* control status register */
short low_value; /* low order 16 bits value */
short high_value; /* high order 16 bits value */
char end_pad[0x100-6]; /* pad until next card */
};
static char *bb902_shortaddr;
/* pointers to the binary output cards */