~jsvoboda/helenos/dnsr

« back to all changes in this revision

Viewing changes to uspace/srv/bd/ata_bd/ata_bd.h

  • Committer: Jiri Svoboda
  • Date: 2012-11-11 21:31:03 UTC
  • mfrom: (1527.1.178 mainline)
  • Revision ID: jiri@wiwaxia-20121111213103-314bmkettwvlwj97
MergeĀ mainlineĀ changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#ifndef __ATA_BD_H__
36
36
#define __ATA_BD_H__
37
37
 
 
38
#include <bd_srv.h>
38
39
#include <sys/types.h>
39
40
#include <fibril_synch.h>
40
41
#include <str.h>
116
117
 
117
118
        fibril_mutex_t lock;
118
119
        service_id_t service_id;
 
120
        int disk_id;
 
121
        bd_srvs_t bds;
119
122
} disk_t;
120
123
 
121
124
#endif