Changeset 52c4264 in mainline for uspace/drv/block/ahci/ahci.h


Ignore:
Timestamp:
2012-08-17T12:23:52Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
267f235
Parents:
ae2c925 (diff), ad78054 (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 mainline changes

File:
1 edited

Legend:

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

    rae2c925 r52c4264  
    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.