Changeset 498ced1 in mainline for uspace/lib/usbhost/include/usb/host/endpoint.h
- Timestamp:
- 2018-08-11T02:43:32Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 05882233
- Parents:
- b13d80b
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-11 02:29:02)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-08-11 02:43:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/endpoint.h
rb13d80b r498ced1 42 42 43 43 #include <adt/list.h> 44 #include <atomic.h>45 44 #include <fibril_synch.h> 45 #include <refcount.h> 46 46 #include <stdbool.h> 47 47 #include <sys/time.h> … … 78 78 device_t *device; 79 79 /** Reference count. */ 80 atomic_ t refcnt;80 atomic_refcount_t refcnt; 81 81 82 82 /** An inherited guard */
Note:
See TracChangeset
for help on using the changeset viewer.