Compilable MIPS code.

Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
This commit is contained in:
Himanshu Chauhan
2011-05-19 19:07:53 +05:30
parent daf07b5946
commit ac40279132
63 changed files with 1784 additions and 296 deletions

View File

@@ -27,8 +27,13 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef STAND_ALONE
#include <stddef.h>
#else
#include <printk.h>
#include <atom-types.h>
#endif
#include "atom.h"
#include "atomsem.h"
#include "atomtimer.h"
@@ -138,4 +143,4 @@ static void testCallback (POINTER cb_data)
{
/* Callback was called */
callback_ran_flag = TRUE;
}
}