psim device support

Approved by: benno
This commit is contained in:
grehan 2002-09-19 04:45:58 +00:00
parent acb15b8dd0
commit a6e5f329a0

View File

@ -33,6 +33,7 @@ struct openpic_softc {
char *sc_version;
u_int sc_ncpu;
u_int sc_nirq;
int sc_psim;
struct rman sc_rman;
};