Changes in uspace/drv/bus/usb/ohci/endpoint_list.h [0d4b110:9d58539] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/endpoint_list.h
r0d4b110 r9d58539 35 35 #define DRV_OHCI_ENDPOINT_LIST_H 36 36 37 #include <adt/list.h>38 #include <assert.h>39 37 #include <fibril_synch.h> 40 #include <sys/types.h>41 38 42 39 #include "ohci_endpoint.h" … … 68 65 assert(instance); 69 66 free32(instance->list_head); 70 instance->list_head = NULL;71 67 } 72 68
Note:
See TracChangeset
for help on using the changeset viewer.