Changeset 0d4b110 in mainline for uspace/drv/bus/usb/ohci/endpoint_list.h
- Timestamp:
- 2013-09-29T18:50:27Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2fd16b93
- Parents:
- 11a3b5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/endpoint_list.h
r11a3b5f r0d4b110 35 35 #define DRV_OHCI_ENDPOINT_LIST_H 36 36 37 #include <adt/list.h> 38 #include <assert.h> 37 39 #include <fibril_synch.h> 40 #include <sys/types.h> 38 41 39 42 #include "ohci_endpoint.h" … … 65 68 assert(instance); 66 69 free32(instance->list_head); 70 instance->list_head = NULL; 67 71 } 68 72
Note:
See TracChangeset
for help on using the changeset viewer.