|
|
#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 { |
| |