19#include <l4/util/port_io.h>
33 __asm__ __volatile__ (
"cli" : : :
"memory");
41 __asm__ __volatile__ (
"sti" : : :
"memory");
50 __asm__ __volatile__ (
"pushfl ; popl %0 " :
"=g" (*flags) : :
"memory");
58 __asm__ __volatile__ (
"pushl %0 ; popfl" : :
"g" (*flags) :
"memory");
L4 compiler related defines.
unsigned long l4_umword_t
Unsigned machine word.
#define __END_DECLS
End section with C types and functions.
#define __BEGIN_DECLS
Start section with C types and functions.