Ignore:
File:
1 edited

Legend:

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

    r56fd7cf reb3683a  
    3434#define __AHCI_H__
    3535
    36 #include <async.h>
    3736#include <sys/types.h>
    3837#include <devman.h>
     
    5150        /** Pointers to sata devices. */
    5251        void *sata_devs[AHCI_MAX_PORTS];
    53 
    54         /** Parent session */
    55         async_sess_t *parent_sess;
    5652} ahci_dev_t;
    5753
     
    6056        /** Pointer to AHCI device. */
    6157        ahci_dev_t *ahci;
    62        
    63         /** Pointer to ddf function. */
    64         ddf_fun_t *fun;
    6558       
    6659        /** SATA port number (0-31). */
Note: See TracChangeset for help on using the changeset viewer.