Changeset 1bfd3d3 in mainline for uspace/drv/ns8250/cyclic_buffer.h
- Timestamp:
- 2010-11-19T22:02:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 973ef9fc, a9c6b966
- Parents:
- cc3c2a1c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ns8250/cyclic_buffer.h
rcc3c2a1c r1bfd3d3 45 45 46 46 /* 47 * @return sFalse if the buffer is full.47 * @return False if the buffer is full. 48 48 */ 49 49 static inline bool buf_push_back(cyclic_buffer_t *buf, uint8_t item)
Note:
See TracChangeset
for help on using the changeset viewer.