Changeset 0e6dce8 in mainline for uspace/srv/bd/ata_bd/ata_bd.h


Ignore:
Timestamp:
2009-08-22T13:58:10Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b94334f
Parents:
a71c158
Message:

Display device model name upon initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/bd/ata_bd/ata_bd.h

    ra71c158 r0e6dce8  
    3838#include <sys/types.h>
    3939#include <fibril_sync.h>
     40#include <string.h>
    4041
    4142enum {
     
    149150        uint64_t blocks;
    150151
     152        char model[STR_BOUNDS(40) + 1];
     153
    151154        fibril_mutex_t lock;
    152155        dev_handle_t dev_handle;
Note: See TracChangeset for help on using the changeset viewer.