Remove an unused type.

This commit is contained in:
mike 2002-07-09 01:20:51 +00:00
parent 0724f323cf
commit 6385fe7bb4
2 changed files with 0 additions and 6 deletions

View File

@ -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_ */

View File

@ -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_ */