From f239d72864df9d8c684c4985d0266ae8e4e0c0b1 Mon Sep 17 00:00:00 2001 From: alfred Date: Wed, 20 Mar 2002 18:22:19 +0000 Subject: Remove __P. --- sys/arm/include/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arm/include') diff --git a/sys/arm/include/types.h b/sys/arm/include/types.h index 8fe0989..31dcbc4 100644 --- a/sys/arm/include/types.h +++ b/sys/arm/include/types.h @@ -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_ */ -- cgit v1.1