Changeset f1380b7 in mainline for contrib/arch/uspace/srv/console/console.bp
- Timestamp:
- 2018-03-02T20:21:57Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34e1206
- Parents:
- a35b458
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-02-28 17:51:04)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2018-03-02 20:21:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/console/console.bp
ra35b458 rf1380b7 5 5 [fnc.cons_read] 6 6 } + 7 7 8 8 ?write { 9 9 [fnc.cons_write] 10 10 } + 11 11 12 12 ?sync { 13 13 [fnc.fb_pending_flush] ; … … 17 17 } 18 18 } + 19 19 20 20 ?clear { 21 21 tentative { … … 23 23 } 24 24 } + 25 25 26 26 ?goto { 27 27 tentative { … … 29 29 } 30 30 } + 31 31 32 32 ?set_style { 33 33 [fnc.fb_pending_flush] ; … … 36 36 } 37 37 } + 38 38 39 39 ?set_color { 40 40 [fnc.fb_pending_flush] ; … … 43 43 } 44 44 } + 45 45 46 46 ?set_rgb_color { 47 47 [fnc.fb_pending_flush] ; … … 50 50 } 51 51 } + 52 52 53 53 ?cursor_visibility { 54 54 [fnc.fb_pending_flush] ; … … 57 57 } 58 58 } + 59 59 60 60 ?kcon_enable { 61 61 !sys_console.sys_debug_enable_console 62 62 } + 63 63 64 64 ?get_event + 65 65 ?get_size +
Note:
See TracChangeset
for help on using the changeset viewer.