Rev 982 | Rev 990 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 982 | Rev 987 | ||
|---|---|---|---|
| Line 26... | Line 26... | ||
| 26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #include <arch/drivers/cuda.h> |
29 | #include <arch/drivers/cuda.h> |
| 30 | #include <arch/asm.h> |
30 | #include <arch/asm.h> |
| - | 31 | #include <console/chardev.h> |
|
| - | 32 | #include <console/console.h> |
|
| 31 | 33 | ||
| 32 | #define CUDA_PACKET 0x01 |
34 | #define CUDA_PACKET 0x01 |
| 33 | #define CUDA_POWERDOWN 0x0a |
35 | #define CUDA_POWERDOWN 0x0a |
| 34 | 36 | ||
| 35 | #define RS 0x200 |
37 | #define RS 0x200 |