From 5d85bb9b5b27a938f94ec93780a64fe0057b842d Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Mon, 28 Nov 2011 21:10:19 +0000 Subject: pdp: merge with zwizwa darcs svn path=/trunk/externals/pdp/; revision=15799 --- include/pdp_types.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') diff --git a/include/pdp_types.h b/include/pdp_types.h index 3842a66..5b4bbfc 100644 --- a/include/pdp_types.h +++ b/include/pdp_types.h @@ -48,6 +48,9 @@ typedef unsigned short u16; typedef unsigned int u32; typedef unsigned long long u64; +typedef unsigned long uptr; /* An unsigned int the size of a pointer. */ +typedef signed long sptr; + typedef struct _pdp t_pdp; typedef void (*t_pdp_packet_method1)(t_pdp *); /* dst */ typedef void (*t_pdp_packet_method2)(t_pdp *, t_pdp *); /* dst, src */ -- cgit v1.2.1