Changeset 5e718d9 in mainline for uspace/drv/block/ahci/ahci.h


Ignore:
Timestamp:
2012-08-21T10:04:16Z (14 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
67edca6
Parents:
0da6c04 (diff), 6a97f2e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with upstream (lp:~wtachi/helenos/bithenge)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ahci/ahci.h

    r0da6c04 r5e718d9  
    3434#define __AHCI_H__
    3535
     36#include <async.h>
    3637#include <sys/types.h>
    3738#include <devman.h>
     
    5051        /** Pointers to sata devices. */
    5152        void *sata_devs[AHCI_MAX_PORTS];
     53
     54        /** Parent session */
     55        async_sess_t *parent_sess;
    5256} ahci_dev_t;
    5357
     
    5660        /** Pointer to AHCI device. */
    5761        ahci_dev_t *ahci;
     62       
     63        /** Pointer to ddf function. */
     64        ddf_fun_t *fun;
    5865       
    5966        /** SATA port number (0-31). */
Note: See TracChangeset for help on using the changeset viewer.