Changeset 81b9d3e in mainline for uspace/drv/bus/adb/cuda_adb/cuda_hw.h
- Timestamp:
- 2017-10-05T19:09:34Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 82cbf8c6
- Parents:
- 84eb4edd (diff), c188c62 (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 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/adb/cuda_adb/cuda_hw.h
r84eb4edd r81b9d3e 39 39 #include <stdint.h> 40 40 41 typedef struct cuda {41 typedef struct cuda_regs { 42 42 uint8_t b; 43 43 uint8_t pad0[0x1ff]; … … 87 87 uint8_t anh; 88 88 uint8_t pad15[0x1ff]; 89 } cuda_ t;89 } cuda_regs_t; 90 90 91 91 /** B register fields */
Note:
See TracChangeset
for help on using the changeset viewer.