Changeset c632c96 in mainline for uspace/lib/congfx/include
- Timestamp:
- 2021-10-25T00:32:45Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 39ab17c
- Parents:
- f59212cc
- git-author:
- Jiri Svoboda <jiri@…> (2021-10-20 22:22:04)
- git-committer:
- jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/congfx/include/congfx/console.h
rf59212cc rc632c96 47 47 extern errno_t console_gc_create(console_ctrl_t *, FILE *, console_gc_t **); 48 48 extern errno_t console_gc_delete(console_gc_t *); 49 extern errno_t console_gc_suspend(console_gc_t *); 50 extern errno_t console_gc_resume(console_gc_t *); 49 51 extern gfx_context_t *console_gc_get_ctx(console_gc_t *); 50 52
Note:
See TracChangeset
for help on using the changeset viewer.