Changeset 132ab5d1 in mainline for uspace/lib/drv/generic/remote_battery_dev.c
- Timestamp:
- 2018-01-30T03:20:45Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_battery_dev.c
r8bfb163 r132ab5d1 45 45 * @param status Current status of the battery 46 46 * 47 * @return EOK on success or a negativeerror code47 * @return EOK on success or an error code 48 48 */ 49 49 int … … 70 70 * @param level Battery charge level (0 - 100) 71 71 * 72 * @return EOK on success or a negativeerror code72 * @return EOK on success or an error code 73 73 */ 74 74 int
Note:
See TracChangeset
for help on using the changeset viewer.