Rev 1004 | Rev 1619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1004 | Rev 1480 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #ifndef __CUDA_H__ |
29 | #ifndef __CUDA_H__ |
| 30 | #define __CUDA_H__ |
30 | #define __CUDA_H__ |
| 31 | 31 | ||
| 32 | #include <arch/types.h> |
32 | #include <arch/types.h> |
| 33 | 33 | ||
| - | 34 | #define CUDA_IRQ 10 |
|
| - | 35 | ||
| 34 | extern void cuda_init(void); |
36 | extern void cuda_init(void); |
| 35 | extern void cuda_packet(const __u8 data); |
37 | extern void cuda_packet(const __u8 data); |
| 36 | 38 | ||
| 37 | #endif |
39 | #endif |