Changeset 498ced1 in mainline for uspace/lib/drv/generic/private/driver.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/drv/generic/private/driver.h
rb13d80b r498ced1 38 38 39 39 #include <async.h> 40 #include <refcount.h> 40 41 #include <ipc/devman.h> 41 42 #include <ipc/dev_iface.h> … … 51 52 52 53 /** Reference count */ 53 atomic_ t refcnt;54 atomic_refcount_t refcnt; 54 55 55 56 /** Session with the parent device driver */ … … 75 76 76 77 /** Reference count */ 77 atomic_ t refcnt;78 atomic_refcount_t refcnt; 78 79 79 80 /** Device which this function belogs to */
Note:
See TracChangeset
for help on using the changeset viewer.