Changeset beb9336 in mainline for uspace/drv/block/ahci/ahci.h


Ignore:
Timestamp:
2012-08-24T14:07:52Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
041ab64
Parents:
bd29f9c9 (diff), db81577 (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 mainline

File:
1 edited

Legend:

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

    rbd29f9c9 rbeb9336  
    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.