diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-30 21:01:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-06-30 21:01:09 +0000 |
commit | afab9191944ed020777fb2ac87f5d8f61fbb4a6b (patch) | |
tree | a9b1cd1cfcc01cea1a4ccf9ca9e9adcb3a6248d5 /sys/arch/hppa/include | |
parent | 9095d24e25ae9b1bea3241e0550cf29b324d6dda (diff) |
use evconuts for device interrupts counting
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/types.h b/sys/arch/hppa/include/types.h index 708d4d64703..f287ba9f068 100644 --- a/sys/arch/hppa/include/types.h +++ b/sys/arch/hppa/include/types.h @@ -1,4 +1,4 @@ -/* $OpenBSD: types.h,v 1.9 2003/06/02 23:27:46 millert Exp $ */ +/* $OpenBSD: types.h,v 1.10 2004/06/30 21:01:08 mickey Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -83,5 +83,6 @@ typedef unsigned long uint64_t; typedef int32_t register_t; #define __HAVE_DEVICE_REGISTER +#define __HAVE_EVCOUNT #endif /* _MACHINE_TYPES_H_ */ |