Changeset 3819ce5 in mainline for uspace/drv/bus/isa/i8237.h
- Timestamp:
- 2011-12-25T10:05:28Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ecf823a
- Parents:
- 1440eae (diff), 7e1b130 (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
r1440eae r3819ce5 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 libusbdev29 /** @addtogroup isa 30 30 * @{ 31 31 */ 32 32 33 /** @file 33 * Library internal functions on USB pipes.34 * @brief DMA memory management 34 35 */ 35 #ifndef LIBUSBDEV_PIPEPRIV_H_36 #define LIBUSBDEV_PIPEPRIV_H_37 36 38 #i nclude <usb/dev/pipes.h>39 # include <bool.h>37 #ifndef DRV_BUS_ISA_I8237_H 38 #define DRV_BUS_ISA_I8237_H 40 39 41 void pipe_acquire(usb_pipe_t *); 42 void pipe_release(usb_pipe_t *); 43 44 void pipe_start_transaction(usb_pipe_t *); 45 void pipe_end_transaction(usb_pipe_t *); 46 47 int pipe_add_ref(usb_pipe_t *, bool); 48 void pipe_drop_ref(usb_pipe_t *); 49 40 extern int dma_setup_channel(unsigned int, uint32_t, uint16_t, uint8_t); 50 41 51 42 #endif 43 52 44 /** 53 45 * @}
Note:
See TracChangeset
for help on using the changeset viewer.