Subversion Repositories HelenOS

Rev

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

Rev 4261 Rev 4307
Line 124... Line 124...
124
/** Ethernet global data.
124
/** Ethernet global data.
125
 */
125
 */
126
struct  eth_globals{
126
struct  eth_globals{
127
    /** Networking module phone.
127
    /** Networking module phone.
128
     */
128
     */
129
    int             networking_phone;
129
    int             net_phone;
130
    /** Safety lock for devices.
130
    /** Safety lock for devices.
131
     */
131
     */
132
    rwlock_t        devices_lock;
132
    rwlock_t        devices_lock;
133
    /** All known Ethernet devices.
133
    /** All known Ethernet devices.
134
     */
134
     */