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


Ignore:
Timestamp:
2023-11-30T20:29:05Z (14 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/output.h

    rcad7b7e ra635535  
    3838#include <ipc/output.h>
    3939#include <io/chargrid.h>
    40 #include <io/console.h>
     40#include <io/concaps.h>
     41#include <io/style.h>
    4142
    4243extern errno_t output_yield(async_sess_t *);
Note: See TracChangeset for help on using the changeset viewer.