Subversion Repositories freemyipod

Rev

Rev 110 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 110 Rev 111
Line 1... Line -...
1
#include <stdint.h>
-
 
2
#include <stdarg.h>
-
 
3
#include <stdbool.h>
-
 
4
#include "syscallapi.h"
-
 
5
#include "syscallwrappers.h"
1
#include "syscallwrappers.h"
6
 
2
 
7
 
3
 
8
#define EMBIOS_APP_HEADER(threadnamestr, stacksizebytes, mainfunc, threadprio)                    \
4
#define EMBIOS_APP_HEADER(threadnamestr, stacksizebytes, mainfunc, threadprio)                    \
9
    uint32_t __embios_thread_stack[stacksizebytes >> 2];                                          \
5
    uint32_t __embios_thread_stack[stacksizebytes >> 2];                                          \