Subversion Repositories HelenOS

Rev

Rev 2888 | Rev 2894 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2888 Rev 2892
Line 40... Line 40...
40
    }
40
    }
41
 
41
 
42
    call->buffer = buffer;
42
    call->buffer = buffer;
43
 
43
 
44
    klog_printf(" - done");
44
    klog_printf(" - done");
45
    return 0; /* No backsend */
45
    return 0;
46
}
46
}
47
 
47
 
48
static int udebug_rp_mem_write(call_t *call, phone_t *phone)
48
static int udebug_rp_mem_write(call_t *call, phone_t *phone)
49
{
49
{
50
    void *uspace_data;
50
    void *uspace_data;
Line 66... Line 66...
66
    }
66
    }
67
 
67
 
68
    call->buffer = buffer;
68
    call->buffer = buffer;
69
 
69
 
70
    klog_printf(" - done");
70
    klog_printf(" - done");
71
    return 1; /* actually need becksend with retval 0 */
71
    return 0;
72
}
72
}
73
 
73
 
74
 
74
 
75
int udebug_request_preprocess(call_t *call, phone_t *phone)
75
int udebug_request_preprocess(call_t *call, phone_t *phone)
76
{
76
{