Ignore:
Timestamp:
2010-05-05T20:55:40Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba95e8f
Parents:
f658458
Message:

backup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/libc/generic/device/char.c

    rf658458 rbb864a0  
    5050        aid_t req = async_send_1(dev_phone, DEV_IFACE_ID(CHAR_DEV_IFACE), CHAR_READ_DEV, &answer);
    5151       
     52        printf("async_data_read_start \n");
    5253        int rc = async_data_read_start(dev_phone, buf, len);
     54       
     55        printf("async_data_read_start, rc = %d\n", rc);
    5356        if (rc != EOK) {
    5457                ipcarg_t rc_orig;
     
    6366        }
    6467       
     68        printf("async_wait_for(req, &rc);\n", rc);
    6569        async_wait_for(req, &rc);
     70        printf("async_serialize_end();\n", rc);
    6671        async_serialize_end();
    6772       
     
    7075        }
    7176       
     77        printf("IPC_GET_ARG1(answer);\n", rc);
    7278        return IPC_GET_ARG1(answer);
    7379}
Note: See TracChangeset for help on using the changeset viewer.