Ignore:
Timestamp:
2021-08-10T09:22:19Z (4 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/ieee80211/ieee80211.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libdevice
    3030 *  @{
    3131 */
     
    3535 */
    3636
    37 #ifndef _LIBC_IEEE80211_H_
    38 #define _LIBC_IEEE80211_H_
     37#ifndef LIBDEVICE_IEEE80211_H
     38#define LIBDEVICE_IEEE80211_H
    3939
    4040#include <adt/list.h>
Note: See TracChangeset for help on using the changeset viewer.