Rev 1619 | Rev 1628 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1619 | Rev 1625 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 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 | #include <arch/types.h> |
| - | 33 | #include <console/chardev.h> |
|
| 33 | #include <typedefs.h> |
34 | #include <typedefs.h> |
| 34 | 35 | ||
| 35 | #define CUDA_IRQ 10 |
36 | #define CUDA_IRQ 10 |
| 36 | 37 | ||
| - | 38 | chardev_t kbrd; |
|
| - | 39 | ||
| 37 | extern void cuda_init(__address base, size_t size); |
40 | extern void cuda_init(__address base, size_t size); |
| 38 | 41 | ||
| 39 | #endif |
42 | #endif |