|
Lines 10-19
Link Here
|
| 10 |
#define PRIVATE_H |
10 |
#define PRIVATE_H |
| 11 |
|
11 |
|
| 12 |
typedef short word; /* 16 bit signed int */ |
12 |
typedef short word; /* 16 bit signed int */ |
| 13 |
typedef long longword; /* 32 bit signed int */ |
13 |
typedef int longword; /* 32 bit signed int */ |
| 14 |
|
14 |
|
| 15 |
typedef unsigned short uword; /* unsigned word */ |
15 |
typedef unsigned short uword; /* unsigned word */ |
| 16 |
typedef unsigned long ulongword; /* unsigned longword */ |
16 |
typedef unsigned int ulongword; /* unsigned longword */ |
| 17 |
|
17 |
|
| 18 |
struct gsm_state { |
18 |
struct gsm_state { |
| 19 |
|
19 |
|