Changeset 7e55bed7 in mainline for uspace/srv/hw/bus/cuda_adb/cuda_adb.h
- Timestamp:
- 2017-10-02T21:07:11Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e27e36e
- Parents:
- 943aaf1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/bus/cuda_adb/cuda_adb.h
r943aaf1b r7e55bed7 39 39 #include <async.h> 40 40 #include <fibril_synch.h> 41 #include < stddef.h>41 #include <loc.h> 42 42 #include <stdint.h> 43 43 #include "cuda_hw.h" … … 61 61 62 62 typedef struct { 63 struct cuda *regs;63 struct cuda_regs *regs; 64 64 uintptr_t cuda_physical; 65 65 … … 72 72 73 73 adb_dev_t adb_dev[ADB_MAX_ADDR]; 74 } cuda_ instance_t;74 } cuda_t; 75 75 76 76 #endif
Note:
See TracChangeset
for help on using the changeset viewer.