Changeset a635535 in mainline for uspace/lib/c/include/io/chargrid.h


Ignore:
Timestamp:
2023-11-30T20:29:05Z (17 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
1be9ee0
Parents:
cad7b7e
Message:

Move console/con_srv out of libc into a separate library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/chargrid.h

    rcad7b7e ra635535  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup libconsole
    3030 * @{
    3131 */
     
    3434 */
    3535
    36 #ifndef _LIBC_IO_CHARGRID_H_
    37 #define _LIBC_IO_CHARGRID_H_
     36#ifndef _LIBCONSOLE_IO_CHARGRID_H_
     37#define _LIBCONSOLE_IO_CHARGRID_H_
    3838
    3939#include <io/charfield.h>
Note: See TracChangeset for help on using the changeset viewer.