/* ************************************************************** */ /* * SXDRIVEUI.H * * Zachary Wolf * 2/28/02 */ #ifndef __SXDRIVEUI_HEADER #define __SXDRIVEUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void sxdriveui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif