Well, make intrhand2_t take a void * arg then. Matches i386.
This commit is contained in:
parent
ea6e84950b
commit
09dc0c8c21
@ -67,7 +67,7 @@ typedef unsigned long uintfptr_t;
|
||||
/* Interrupt mask (spl, xxx_imask, etc) */
|
||||
typedef __uint32_t intrmask_t;
|
||||
|
||||
/* Interrupt handler function type - arg should be "void *" one day */
|
||||
typedef void inthand2_t(int _unit);
|
||||
/* Interrupt handler function type */
|
||||
typedef void inthand2_t(void *);
|
||||
|
||||
#endif /* _MACHTYPES_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user