diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2002-09-19 04:45:58 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2002-09-19 04:45:58 +0000 |
| commit | c94c0cf8dec32aa35d351085baefd0010dcb97ef (patch) | |
| tree | c534b43fa2f3688c4dae085a756f667f05fc1f68 /sys | |
| parent | a379a1422d9a97a3fccb1de4a10b5fc2a89bef58 (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 3d2ff27a9854..6f7cff666101 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; }; |
