lpcmanager

5ccb381c307c
LPCBus: Device bus init was not repeatable across stop/start.

In case init happens multiple time, explicit POSIX initialization calls has to be used instead of static initializers.
#include <sys/ioctl.h>
#include <unistd.h>
#include <fcntl.h>
#include "beremiz.h"
#include "rt_smt_right.h"
static readBuf_t rightReadBuf;
static writeBuf_t rightWriteBuf;
static busInit_t rightBusInit;
static int rightbusfd = -1;