Changeset afc12d0 in mainline for arch/ppc32/include/drivers/cuda.h
- Timestamp:
- 2006-06-06T17:08:10Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a175a67
- Parents:
- 3dcb108
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/drivers/cuda.h
r3dcb108 rafc12d0 31 31 32 32 #include <arch/types.h> 33 #include <typedefs.h> 33 34 34 35 #define CUDA_IRQ 10 35 36 36 extern void cuda_init(void); 37 extern void cuda_packet(const __u8 data); 37 extern void cuda_init(__address base, size_t size); 38 38 39 39 #endif
Note:
See TracChangeset
for help on using the changeset viewer.