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