diff --git a/src/drv/drvBitBus.h b/src/drv/drvBitBus.h index 39ca00766..352600a0a 100644 --- a/src/drv/drvBitBus.h +++ b/src/drv/drvBitBus.h @@ -104,7 +104,7 @@ struct xvmeRegs { #define XVME_RESET 0x80 /* Write this and you reset the XVME card */ /* BitBus Transaction Message Structure */ -typedef struct bitBusMsg { +struct bitBusMsg { unsigned short link; /* account for this in length only! */ unsigned char length; unsigned char route;