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_adb.h

    r943aaf1b r7e55bed7  
    3939#include <async.h>
    4040#include <fibril_synch.h>
    41 #include <stddef.h>
     41#include <loc.h>
    4242#include <stdint.h>
    4343#include "cuda_hw.h"
     
    6161
    6262typedef struct {
    63         struct cuda *regs;
     63        struct cuda_regs *regs;
    6464        uintptr_t cuda_physical;
    6565
     
    7272
    7373        adb_dev_t adb_dev[ADB_MAX_ADDR];
    74 } cuda_instance_t;
     74} cuda_t;
    7575
    7676#endif
Note: See TracChangeset for help on using the changeset viewer.