Remove an unused type.
This commit is contained in:
parent
0724f323cf
commit
6385fe7bb4
@ -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_ */
|
||||
|
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user