View | Details | Raw Unified
Collapse All | Expand All

(-) gsm-1.0-pl10-orig/inc/private.h (-2 / +2 lines)
 Lines 10-19    Link Here 
#define	PRIVATE_H
#define	PRIVATE_H
typedef short			word;		/* 16 bit signed int	*/
typedef short			word;		/* 16 bit signed int	*/
typedef long			longword;	/* 32 bit signed int	*/
typedef int			longword;	/* 32 bit signed int	*/
typedef unsigned short		uword;		/* unsigned word	*/
typedef unsigned short		uword;		/* unsigned word	*/
typedef unsigned long		ulongword;	/* unsigned longword	*/
typedef unsigned int		ulongword;	/* unsigned longword	*/
struct gsm_state {
struct gsm_state {