Changeset 56fd7cf in mainline for uspace/drv/block/ahci/ahci.h


Ignore:
Timestamp:
2012-08-17T11:37:03Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1d5a540
Parents:
be2a38ad
Message:

Make ddf_dev_t and ddf_fun_t opaque. This further tighthens the DDF interface.

File:
1 edited

Legend:

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

    rbe2a38ad r56fd7cf  
    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.