Changeset 05c9d92 in mainline for uspace/lib/console/src/console.c
- Timestamp:
- 2026-03-18T08:05:24Z (37 hours ago)
- Children:
- 34832c3
- Parents:
- 4a0bfcf0 (diff), 222774a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/console/src/console.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/console/src/console.c
r4a0bfcf0 r05c9d92 1 1 /* 2 * Copyright (c) 202 4Jiri Svoboda2 * Copyright (c) 2026 Jiri Svoboda 3 3 * Copyright (c) 2006 Josef Cejka 4 4 * Copyright (c) 2006 Jakub Vana … … 45 45 #include <io/console.h> 46 46 #include <ipc/console.h> 47 #include "../private/console.h" 47 48 48 49 console_ctrl_t *console_init(FILE *ifile, FILE *ofile)
Note:
See TracChangeset
for help on using the changeset viewer.
