Changeset edeee9f in mainline for uspace/lib/device/include/ipc/bd.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/ipc/bd.h

    r241ab7e redeee9f  
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libdevice
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IPC_BD_H_
    36 #define _LIBC_IPC_BD_H_
     35#ifndef LIBDEVICE_IPC_BD_H
     36#define LIBDEVICE_IPC_BD_H
    3737
    3838#include <ipc/common.h>
Note: See TracChangeset for help on using the changeset viewer.