summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arm/include/types.h3
-rw-r--r--sys/ia64/include/types.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/arm/include/types.h b/sys/arm/include/types.h
index 8299a53..7294c25 100644
--- a/sys/arm/include/types.h
+++ b/sys/arm/include/types.h
@@ -66,7 +66,4 @@ typedef register_t critical_t;
/* Interrupt mask (spl, xxx_imask, etc) */
typedef __uint32_t intrmask_t;
-/* Interrupt handler function type. */
-typedef void ointhand2_t(int _device_id);
-
#endif /* !_MACHINE_TYPES_H_ */
diff --git a/sys/ia64/include/types.h b/sys/ia64/include/types.h
index 61c34cf..734f445 100644
--- a/sys/ia64/include/types.h
+++ b/sys/ia64/include/types.h
@@ -69,7 +69,4 @@ typedef register_t critical_t;
/* Interrupt mask (spl, xxx_imask, etc) */
typedef __uint64_t intrmask_t;
-/* Interrupt handler function type */
-typedef void inthand2_t(void *);
-
#endif /* _MACHTYPES_H_ */
OpenPOWER on IntegriCloud