#ifndef JOVE_UMODE_H #define JOVE_UMODE_H 1 void umode_setup(void); void umode_enter(void (*entry)(void), void *stack); #endif