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