Ignore:
Timestamp:
2023-11-30T17:19:00Z (5 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
cad7b7e
Parents:
0e2eee1
Message:

Move corecfg from libc to a separate library

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/corecfg/include/ipc/corecfg.h

    r0e2eee1 r8f04992  
    11/*
    2  * Copyright (c) 2013 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup libcipc
     29/** @addtogroup libcorecfg
    3030 * @{
    3131 */
    3232
    33 #ifndef _LIBC_IPC_CORECFG_H_
    34 #define _LIBC_IPC_CORECFG_H_
     33#ifndef _LIBCORECFG_IPC_CORECFG_H_
     34#define _LIBCORECFG_IPC_CORECFG_H_
    3535
    3636#include <ipc/common.h>
Note: See TracChangeset for help on using the changeset viewer.