3 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER)
8 /* These are declarations of exported functions available in C code */
9 unsigned long get_version(void);
12 void putc(const char);
13 void puts(const char*);
14 void printf(const char* fmt
, ...);
15 void install_hdlr(int, interrupt_handler_t
*, void*);
19 void udelay(unsigned long);
20 unsigned long get_timer(unsigned long);
21 void vprintf(const char *, va_list);
24 void app_startup(char **);
26 #endif /* ifndef __ASSEMBLY__ */
29 #define EXPORT_FUNC(x) XF_ ## x ,
38 #endif /* __EXPORTS_H__ */
This page took 0.043613 seconds and 5 git commands to generate.