Subversion Repositories HelenOS

Rev

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

Rev 3666 Rev 3685
Line 47... Line 47...
47
#endif
47
#endif
48
#endif
48
#endif
49
 
49
 
50
typedef struct tcp_globals  tcp_globals_t;
50
typedef struct tcp_globals  tcp_globals_t;
51
 
51
 
52
struct tcp_globals{
52
struct  tcp_globals{
53
    int ip_phone;
53
    int ip_phone;
54
    int networking_phone;
54
    int networking_phone;
55
};
55
};
56
 
56
 
57
int tcp_initialize( void );
57
int tcp_initialize( void );