Home
last modified time | relevance | path

Searched defs:mpu_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dmpuvar.h33 struct mpu_softc { struct
34 bus_space_tag_t iot; /* tag */
35 bus_space_handle_t ioh; /* handle */
36 int iobase;
37 int open;
38 void (*intr)(void *, int); /* midi input intr handler */
39 void *arg; /* arg for intr() */