mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-03-29 16:29:03 +02:00
Compilable MIPS code.
Signed-off-by: Himanshu Chauhan <hschauhan@nulltrace.org>
This commit is contained in:
@@ -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"
|
||||
@@ -240,4 +245,4 @@ static void testCallback (POINTER cb_data)
|
||||
*/
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user