psim device support

Approved by: benno
This commit is contained in:
Peter Grehan 2002-09-19 04:45:58 +00:00
parent a379a1422d
commit c94c0cf8de

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;
};