diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-19 19:07:38 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1994-11-19 19:07:38 +0000 |
| commit | c264e2c65c3f4fe911fa70df828625a6b19c6d84 (patch) | |
| tree | e5024ca27359cb2c4a8d3d9e813ac9107ebb025b | |
| parent | 45728f7c5dffef49063375267dae5e93fd9bdb33 (diff) | |
Notes
| -rw-r--r-- | sys/i386/include/cpufunc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/include/cpufunc.h b/sys/i386/include/cpufunc.h index 09d163112126..63a521650b0e 100644 --- a/sys/i386/include/cpufunc.h +++ b/sys/i386/include/cpufunc.h @@ -61,7 +61,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * - * $Id: cpufunc.h,v 1.26 1994/09/25 20:03:41 davidg Exp $ + * $Id: cpufunc.h,v 1.27 1994/09/25 21:31:55 davidg Exp $ */ @@ -78,6 +78,8 @@ #include <machine/spl.h> +extern u_int atdevbase; /* offset in virtual memory of ISA io mem */ + #ifdef __GNUC__ static __inline void |
