Changeset 10fc93c in mainline for uspace/lib/output/include/io


Ignore:
Timestamp:
2023-12-04T19:08:00Z (2 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, topic/simplify-dev-export
Children:
4f6368c9
Parents:
6cef8d6a
Message:

Move charfield/chargrid/color/concaps to liboutput

Location:
uspace/lib/output/include/io
Files:
4 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/output/include/io/charfield.h

    r6cef8d6a r10fc93c  
    2828 */
    2929
    30 /** @addtogroup libc
     30/** @addtogroup liboutput
    3131 * @{
    3232 */
     
    3434 */
    3535
    36 #ifndef _LIBC_IO_CHARFIELD_H_
    37 #define _LIBC_IO_CHARFIELD_H_
     36#ifndef _LIBOUTPUT_IO_CHARFIELD_H_
     37#define _LIBOUTPUT_IO_CHARFIELD_H_
    3838
    3939#include <stdbool.h>
  • uspace/lib/output/include/io/chargrid.h

    r6cef8d6a r10fc93c  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup liboutput
    3030 * @{
    3131 */
     
    3434 */
    3535
    36 #ifndef _LIBC_IO_CHARGRID_H_
    37 #define _LIBC_IO_CHARGRID_H_
     36#ifndef _LIBOUTPUT_IO_CHARGRID_H_
     37#define _LIBOUTPUT_IO_CHARGRID_H_
    3838
    3939#include <io/charfield.h>
  • uspace/lib/output/include/io/color.h

    r6cef8d6a r10fc93c  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup liboutput
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IO_COLOR_H_
    36 #define _LIBC_IO_COLOR_H_
     35#ifndef _LIBOUTPUT_IO_COLOR_H_
     36#define _LIBOUTPUT_IO_COLOR_H_
    3737
    3838typedef enum {
  • uspace/lib/output/include/io/concaps.h

    r6cef8d6a r10fc93c  
    2727 */
    2828
    29 /** @addtogroup libc
     29/** @addtogroup liboutput
    3030 * @{
    3131 */
     
    3333 */
    3434
    35 #ifndef _LIBC_IO_CONCAPS_H_
    36 #define _LIBC_IO_CONCAPS_H_
     35#ifndef _LIBOUTPUT_IO_CONCAPS_H_
     36#define _LIBOUTPUT_IO_CONCAPS_H_
    3737
    3838typedef enum {
Note: See TracChangeset for help on using the changeset viewer.