Changeset 6843a9c in mainline for uspace/drv/bus/isa/i8237.h
- Timestamp:
- 2012-06-29T13:02:14Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 722912e
- Parents:
- ba72f2b (diff), 0bbd13e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/i8237.h
rba72f2b r6843a9c 1 1 /* 2 * Copyright (c) 2011 Vojtech Horky2 * Copyright (c) 2011 Jan Vesely 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup drvusbehci29 /** @addtogroup isa 30 30 * @{ 31 31 */ 32 32 33 /** @file 33 * Common EHCI definitions.34 * @brief DMA memory management 34 35 */ 35 #ifndef DRV_EHCI_EHCI_H36 #define DRV_EHCI_EHCI_H37 36 38 #include <usbhc_iface.h> 37 #ifndef DRV_BUS_ISA_I8237_H 38 #define DRV_BUS_ISA_I8237_H 39 39 40 #define NAME "ehci" 41 42 extern usbhc_iface_t ehci_hc_iface; 40 extern int dma_setup_channel(unsigned int, uint32_t, uint16_t, uint8_t); 43 41 44 42 #endif 43 45 44 /** 46 45 * @} 47 46 */ 48
Note:
See TracChangeset
for help on using the changeset viewer.