Changeset 4c84ada5 in mainline for uspace/lib/c/include/io
- Timestamp:
- 2012-08-25T19:53:04Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7ff35c7
- Parents:
- 16e9d4df (diff), 5d94b16c (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. - Location:
- uspace/lib/c/include/io
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/console.h
r16e9d4df r4c84ada5 37 37 38 38 #include <sys/time.h> 39 #include <io/concaps.h> 39 40 #include <io/kbd_event.h> 40 41 #include <io/keycode.h> … … 42 43 #include <bool.h> 43 44 #include <stdio.h> 44 45 typedef enum {46 CONSOLE_CAP_NONE = 0,47 CONSOLE_CAP_STYLE = 1,48 CONSOLE_CAP_INDEXED = 2,49 CONSOLE_CAP_RGB = 450 } console_caps_t;51 45 52 46 /** Console control structure. */
Note:
See TracChangeset
for help on using the changeset viewer.
