Remove __P.

This commit is contained in:
Alfred Perlstein 2002-03-20 18:22:19 +00:00
parent b051f61562
commit 51dbee9db1

View File

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