Changeset edeee9f in mainline for uspace/lib/device/include/nic/nic.h


Ignore:
Timestamp:
2021-08-10T09:22:19Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e109e1
Parents:
241ab7e
git-author:
Jiri Svoboda <jiri@…> (2021-08-09 18:21:05)
git-committer:
Jiri Svoboda <jiri@…> (2021-08-10 09:22:19)
Message:

Fix header guards and doxy groups of stuff moved out of libc

File:
1 edited

Legend:

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

    r241ab7e 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.