13 #ifndef __l4util_spin_h 14 #define __l4util_spin_h 20 L4_CV void l4_spin(
int x,
int y);
21 L4_CV void l4_spin_vga(
int x,
int y);
22 L4_CV void l4_spin_n_text(
int x,
int y,
int len,
const char*s);
23 L4_CV void l4_spin_n_text_vga(
int x,
int y,
int len,
const char*s);
34 #define l4_spin_text(x, y, text) \ 35 l4_spin_n_text((x), (y), sizeof(text)-1, "" text) 36 #define l4_spin_text_vga(x, y, text) \ 37 l4_spin_n_text_vga((x), (y), sizeof(text)-1, "" text) #define EXTERN_C_END
End section with C types and functions.
L4 compiler related defines.
#define EXTERN_C_BEGIN
Start section with C types and functions.
#define L4_CV
Define calling convention.