diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/iomod.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/arch/hppa/include/iomod.h b/sys/arch/hppa/include/iomod.h index d7d3c40f106..cebfd2f446a 100644 --- a/sys/arch/hppa/include/iomod.h +++ b/sys/arch/hppa/include/iomod.h @@ -1,7 +1,7 @@ -/* $OpenBSD: iomod.h,v 1.11 2002/03/15 01:20:04 millert Exp $ */ +/* $OpenBSD: iomod.h,v 1.12 2003/01/22 23:36:03 mickey Exp $ */ /* - * Copyright (c) 2000 Michael Shalayeff + * Copyright (c) 2000-2003 Michael Shalayeff * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -426,8 +426,4 @@ struct iomod { /* io_spa */ #define SPA_ENABLE 0x20 /* io_spa register enable spa bit */ -#define EIM_GRPMASK 0x1F /* EIM register group mask */ -#define EIEM_MASK(eim) (0x80000000 >> (eim & EIM_GRPMASK)) -#define EIEM_BITCNT 32 /* number of bits in EIEM register */ - #endif /* _MACHINE_IOMOD_H_ */ |