11#ifndef __l4util_spin_h
12#define __l4util_spin_h
18L4_CV void l4_spin(
int x,
int y);
19L4_CV void l4_spin_vga(
int x,
int y);
20L4_CV void l4_spin_n_text(
int x,
int y,
int len,
const char*s);
21L4_CV void l4_spin_n_text_vga(
int x,
int y,
int len,
const char*s);
32#define l4_spin_text(x, y, text) \
33 l4_spin_n_text((x), (y), sizeof(text)-1, "" text)
34#define l4_spin_text_vga(x, y, text) \
35 l4_spin_n_text_vga((x), (y), sizeof(text)-1, "" text)
L4 compiler related defines.
#define __END_DECLS
End section with C types and functions.
#define L4_CV
Define calling convention.
#define __BEGIN_DECLS
Start section with C types and functions.