arcofi_softc
struct arcofi_softc sc_arcofi;
struct arcofi_softc *sc = &adsc->sc_arcofi;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
arcofi_cmd(struct arcofi_softc *sc, uint8_t cmd, const uint8_t *data)
arcofi_attach(struct arcofi_softc *sc, const char *versionstr)
static int arcofi_cmd(struct arcofi_softc *, uint8_t, const uint8_t *);
static int arcofi_recv_data(struct arcofi_softc *);
static int arcofi_xmit_data(struct arcofi_softc *);
struct arcofi_softc *sc __diagused = (struct arcofi_softc *)v;
struct arcofi_softc *sc;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
arcofi_recv_data(struct arcofi_softc *sc)
arcofi_xmit_data(struct arcofi_softc *sc)
struct arcofi_softc *sc = (struct arcofi_softc *)v;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
struct arcofi_softc *sc = (struct arcofi_softc *)v;
void arcofi_attach(struct arcofi_softc *, const char *);