Subversion Repositories HelenOS-historic

Rev

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

Rev 198 Rev 205
Line 310... Line 310...
310
 
310
 
311
void ct_bus_entry(struct __bus_entry *bus)
311
void ct_bus_entry(struct __bus_entry *bus)
312
{
312
{
313
#ifdef MPSCT_VERBOSE
313
#ifdef MPSCT_VERBOSE
314
    char buf[7];
314
    char buf[7];
315
    memcopy((void *) buf, (void *) bus->bus_type, 6);
315
    memcpy((void *) buf, (void *) bus->bus_type, 6);
316
    buf[6] = 0;
316
    buf[6] = 0;
317
    printf("bus%d: %s\n", bus->bus_id, buf);
317
    printf("bus%d: %s\n", bus->bus_id, buf);
318
#endif
318
#endif
319
}
319
}
320
 
320