diff options
-rw-r--r-- | sys/powerpc/include/openpicvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/powerpc/include/openpicvar.h b/sys/powerpc/include/openpicvar.h index 3d2ff27..6f7cff6 100644 --- a/sys/powerpc/include/openpicvar.h +++ b/sys/powerpc/include/openpicvar.h @@ -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; }; |