Ignore:
Timestamp:
2017-10-02T21:07:11Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e27e36e
Parents:
943aaf1b
Message:

Rename CUDA types, soft state is the basic one.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hw/bus/cuda_adb/cuda_hw.h

    r943aaf1b r7e55bed7  
    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.