Changeset 8a5962f in mainline for uspace/lib/drv/generic/remote_hw_res.c
- Timestamp:
- 2011-11-14T09:32:23Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ec388d7
- Parents:
- 9991c47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_hw_res.c
r9991c47 r8a5962f 1 1 /* 2 2 * Copyright (c) 2010 Lenka Trochtova 3 * Copyright (c) 2011 Jan Vesely 3 4 * All rights reserved. 4 5 * … … 112 113 113 114 const int ret = hw_res_ops->dma_channel_setup( 114 channel, address, size, mode);115 fun, channel, address, size, mode); 115 116 async_answer_0(callid, ret); 116 117 }
Note:
See TracChangeset
for help on using the changeset viewer.