Changeset 956d4281 in mainline for uspace/drv/char/ns8250/ns8250.c
- Timestamp:
- 2013-07-14T21:51:25Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 12df1f1, b86a32e
- Parents:
- 3aece36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/char/ns8250/ns8250.c
r3aece36 r956d4281 236 236 * 237 237 * @param fun The serial port function 238 * @param buf The ou put buffer for read data.238 * @param buf The output buffer for read data. 239 239 * @param count The number of bytes to be read. 240 240 * … … 918 918 919 919 fibril_mutex_lock(&ns->mutex); 920 920 if (ns->client_connections > 0) { 921 921 fibril_mutex_unlock(&ns->mutex); 922 922 return EBUSY;
Note:
See TracChangeset
for help on using the changeset viewer.