- fixed bootloader
- bootloader added board file - refactored header files - constify constants git-svn-id: http://moon:8086/svn/mips@99 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
+5
-3
@@ -5,9 +5,11 @@
|
||||
#include <time.h>
|
||||
#include <sys/times.h>
|
||||
#include <sys/time.h>
|
||||
#include "libsys.h"
|
||||
#include "gpio.h"
|
||||
#include "mips_gfx.h"
|
||||
#include <libsys.h>
|
||||
#include <gpio.h>
|
||||
#include <irq.h>
|
||||
#include <mips_gfx.h>
|
||||
#include <mips_ps2.h>
|
||||
|
||||
#define TEST10_ERROR (ERROR | 0x1000)
|
||||
#define TEST11_ERROR (ERROR | 0x1100)
|
||||
|
||||
Reference in New Issue
Block a user