From 6385fe7bb4f408e4677f0159c9f3638db5686351 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 9 Jul 2002 01:20:51 +0000 Subject: Remove an unused type. --- sys/arm/include/types.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'sys/arm/include') 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_ */ -- cgit v1.1