Remove __P.
This commit is contained in:
parent
b051f61562
commit
51dbee9db1
@ -67,6 +67,6 @@ typedef register_t critical_t;
|
||||
typedef __uint32_t intrmask_t;
|
||||
|
||||
/* Interrupt handler function type. */
|
||||
typedef void ointhand2_t __P((int _device_id));
|
||||
typedef void ointhand2_t(int _device_id);
|
||||
|
||||
#endif /* !_MACHINE_TYPES_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user