#ifndef __LAUNCHER_H__ #define __LAUNCHER_H__ #ifdef __cplusplus extern "C" { #endif #ifndef SYSTEM_LAUNCHER int xammac_setup (); #endif #ifdef __cplusplus } /* extern "C" */ #endif #endif /* __LAUNCHER_H__ */