Changeset 1f6eb7d in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2011-07-10T21:22:54Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
78ab6d4
Parents:
2e8a01b
Message:

OHCI: Remove irq code from hc_t structure.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/hc.h

    r2e8a01b r1f6eb7d  
    5151#include "hw_struct/hcca.h"
    5252
    53 #define OHCI_NEEDED_IRQ_COMMANDS 5
    54 
    55 /** Main OHCI drier structure */
     53/** Main OHCI driver structure */
    5654typedef struct hc {
    5755        /** USB bus driver, devices and addresses */
     
    7573        /** Guards schedule and endpoint manipulation */
    7674        fibril_mutex_t guard;
    77 
    78         /** Code to be executed in kernel interrupt handler */
    79         irq_code_t interrupt_code;
    80 
    81         /** Commands that form interrupt code */
    82         irq_cmd_t interrupt_commands[OHCI_NEEDED_IRQ_COMMANDS];
    8375
    8476        /** USB hub emulation structure */
Note: See TracChangeset for help on using the changeset viewer.