Changeset c0699467 in mainline for uspace/drv/bus/usb/ohci/endpoint_list.c
- Timestamp:
- 2011-08-09T18:08:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b538ca5c
- Parents:
- 3666d38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/endpoint_list.c
r3666d38 rc0699467 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ … … 32 33 * @brief OHCI driver transfer list implementation 33 34 */ 35 34 36 #include <errno.h> 35 37 #include <usb/debug.h> 36 #include <arch/barrier.h> 37 38 #include <libarch/barrier.h> 38 39 #include "endpoint_list.h" 39 40
Note:
See TracChangeset
for help on using the changeset viewer.