Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/include/nic/nic.h

    r5fc8244 redeee9f  
    2828 */
    2929
    30 /** @addtogroup libc
     30/** @addtogroup libdevice
    3131 * @{
    3232 */
     
    3636 */
    3737
    38 #ifndef _LIBC_NIC_H_
    39 #define _LIBC_NIC_H_
     38#ifndef LIBDEVICE_NIC_H
     39#define LIBDEVICE_NIC_H
    4040
    4141#include <nic/eth_phys.h>
     
    269269        /** The mask of all modes which the device can advertise
    270270         *
    271          *  see ETH_AUTONEG_ macros in nic/eth_phys.h of libc
     271         *  see ETH_AUTONEG_ macros in nic/eth_phys.h of libdevice
    272272         */
    273273        uint32_t autoneg_support;
Note: See TracChangeset for help on using the changeset viewer.