Changeset 193d280c in mainline for uspace/drv/bus/usb/vhc/devconn.c
- Timestamp:
- 2015-06-01T00:04:05Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53031c2
- Parents:
- 91deaff
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/vhc/devconn.c
r91deaff r193d280c 32 32 33 33 34 static vhc_virtdev_t *vhc_virtdev_create( )34 static vhc_virtdev_t *vhc_virtdev_create(void) 35 35 { 36 36 vhc_virtdev_t *dev = malloc(sizeof(vhc_virtdev_t));
Note:
See TracChangeset
for help on using the changeset viewer.