Changeset 63b4f90 in mainline for uspace/drv/vhc/devices.c
- Timestamp:
- 2010-11-19T18:36:29Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91db50ac
- Parents:
- 3f0a7971
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/vhc/devices.c
r3f0a7971 r63b4f90 53 53 pos = pos->next) 54 54 55 LIST_INITIALIZE(devices);55 static LIST_INITIALIZE(devices); 56 56 57 57 /** Create virtual device.
Note:
See TracChangeset
for help on using the changeset viewer.