Changeset c3fa24e in mainline for uspace/lib/c/generic/pio_trace.c
- Timestamp:
- 2019-01-22T16:35:46Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e5ace7d7
- Parents:
- b51ee38
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/pio_trace.c
rb51ee38 rc3fa24e 81 81 { 82 82 static pio_regions_t regions = { 83 .list = { 84 .head = { ®ions.list.head, ®ions.list.head }, 85 }, 83 .list = LIST_INITIALIZER(regions.list), 86 84 .guard = FIBRIL_RWLOCK_INITIALIZER(regions.guard), 87 85 };
Note:
See TracChangeset
for help on using the changeset viewer.