diff options
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 0148b780205..0097e87c180 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.16 2002/01/25 21:25:55 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.17 2002/02/01 08:47:43 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -139,6 +139,7 @@ #ifndef _LOCORE #define CONADDR conaddr #define CONUNIT conunit +#define COM_FREQ 7272727 extern hppa_hpa_t conaddr; extern int conunit; #endif |