Changeset c852f4be in mainline
- Timestamp:
- 2009-05-04T23:15:48Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b6035ba
- Parents:
- 0b6d70d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r0b6d70d rc852f4be 667 667 o = oper_new("putchar", 1, arg_def, V_VOID, 0, resp_def); 668 668 proto_add_oper(p, CONSOLE_PUTCHAR, o); 669 o = oper_new("write", 0, arg_def, V_VOID, 0, resp_def); 670 proto_add_oper(p, CONSOLE_WRITE, o); 669 671 o = oper_new("clear", 0, arg_def, V_VOID, 0, resp_def); 670 672 proto_add_oper(p, CONSOLE_CLEAR, o);
Note:
See TracChangeset
for help on using the changeset viewer.