diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-07-01 12:19:28 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-07-01 12:19:28 +0000 |
commit | 9cf6dbd0db8dd1f46ec0aed430e13c7478fd166d (patch) | |
tree | e1fdbcbc6ad59826e21ba9d65422359950817c17 /sys/arch/hppa/include | |
parent | 1686adb07a9aa765df6c34dab626abf6a242e568 (diff) |
Oops! Revert previous commit.
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/param.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 06bf6a70c12..59dbc90acea 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.34 2007/07/01 12:14:13 kettenis Exp $ */ +/* $OpenBSD: param.h,v 1.35 2007/07/01 12:19:27 kettenis Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -110,6 +110,14 @@ #define ISHPMMADDR(v) 0 /* XXX ...jef */ #define HPMMBASEADDR(v) ((unsigned)(v) & ~HPMMMASK) #endif + +#ifndef _LOCORE +#define CONADDR conaddr +#define CONUNIT conunit +#define COM_FREQ 7372800 +extern hppa_hpa_t conaddr; +extern int conunit; +#endif #endif #define __SWAP_BROKEN |