Changeset 1f6eb7d in mainline for uspace/drv/bus/usb/ohci/hc.h
- Timestamp:
- 2011-07-10T21:22:54Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 78ab6d4
- Parents:
- 2e8a01b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hc.h
r2e8a01b r1f6eb7d 51 51 #include "hw_struct/hcca.h" 52 52 53 #define OHCI_NEEDED_IRQ_COMMANDS 5 54 55 /** Main OHCI drier structure */ 53 /** Main OHCI driver structure */ 56 54 typedef struct hc { 57 55 /** USB bus driver, devices and addresses */ … … 75 73 /** Guards schedule and endpoint manipulation */ 76 74 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];83 75 84 76 /** USB hub emulation structure */
Note:
See TracChangeset
for help on using the changeset viewer.