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

@@ -87,8 +87,14 @@
*
*/
#ifndef STAND_ALONE
#include <stdio.h>
#endif
#ifdef STAND_ALONE
#include <atom-types.h>
#endif
#include "atom.h"
#include "atomsem.h"
#include "atomtimer.h"