Changeset 1256a0a in mainline for uspace/drv/uhci-hcd/uhci.h


Ignore:
Timestamp:
2011-02-01T00:08:46Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
993a1e1
Parents:
37ac7bb
Message:

uhci-rhd - UHCI Root hub drier as a separated process

this wil deffinitely need a lot of polishing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.h

    r37ac7bb r1256a0a  
    4141#include <usbhc_iface.h>
    4242
    43 #include "root_hub/root_hub.h"
    4443#include "transfer_list.h"
    4544
     
    7675typedef struct uhci {
    7776        usb_address_keeping_t address_manager;
    78         uhci_root_hub_t root_hub;
    7977        volatile regs_t *registers;
    8078
     
    8785
    8886/* init uhci specifics in device.driver_data */
    89 int uhci_init( device_t *device, void *regs, size_t reg_size );
     87int uhci_init(device_t *device, void *regs, size_t reg_size);
    9088
    91 int uhci_destroy( device_t *device );
     89int uhci_destroy(device_t *device);
    9290
    9391int uhci_transfer(
     
    102100  void *arg );
    103101
    104 int pci_get_my_registers(device_t *, uintptr_t *, size_t *, int *);
    105 
    106102#endif
    107103/**
Note: See TracChangeset for help on using the changeset viewer.