Ignore:
Timestamp:
2017-10-05T19:09:34Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge CUDA DDF conversion.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/adb/cuda_adb/cuda_hw.h

    r84eb4edd r81b9d3e  
    3939#include <stdint.h>
    4040
    41 typedef struct cuda {
     41typedef struct cuda_regs {
    4242        uint8_t b;
    4343        uint8_t pad0[0x1ff];
     
    8787        uint8_t anh;
    8888        uint8_t pad15[0x1ff];
    89 } cuda_t;
     89} cuda_regs_t;
    9090
    9191/** B register fields */
Note: See TracChangeset for help on using the changeset viewer.