Changeset 2568c94 in mainline for uspace/drv/block/ahci/ahci.h


Ignore:
Timestamp:
2012-08-17T17:15:19Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1789023
Parents:
4f351432 (diff), 01e397ac (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

    r4f351432 r2568c94  
    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.