Subversion Repositories HelenOS

Rev

Rev 3912 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3912 Rev 4307
Line 38... Line 38...
38
 
38
 
39
typedef struct tcp_globals  tcp_globals_t;
39
typedef struct tcp_globals  tcp_globals_t;
40
 
40
 
41
struct  tcp_globals{
41
struct  tcp_globals{
42
    int ip_phone;
42
    int ip_phone;
43
    int networking_phone;
43
    int net_phone;
44
};
44
};
45
 
45
 
46
#endif
46
#endif
47
 
47
 
48
/** @}
48
/** @}