13#ifndef __l4util_spin_h
14#define __l4util_spin_h
20L4_CV void l4_spin(
int x,
int y);
21L4_CV void l4_spin_vga(
int x,
int y);
22L4_CV void l4_spin_n_text(
int x,
int y,
int len,
const char*s);
23L4_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)
L4 compiler related defines.
#define L4_CV
Define calling convention.
#define EXTERN_C_BEGIN
Start section with C types and functions.
#define EXTERN_C_END
End section with C types and functions.