Ignore:
File:
1 edited

Legend:

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

    redeee9f r5fc8244  
    2828 */
    2929
    30 /** @addtogroup libdevice
     30/** @addtogroup libc
    3131 * @{
    3232 */
     
    3636 */
    3737
    38 #ifndef LIBDEVICE_NIC_H
    39 #define LIBDEVICE_NIC_H
     38#ifndef _LIBC_NIC_H_
     39#define _LIBC_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 libdevice
     271         *  see ETH_AUTONEG_ macros in nic/eth_phys.h of libc
    272272         */
    273273        uint32_t autoneg_support;
Note: See TracChangeset for help on using the changeset viewer.