/* ************************************************************** */ /* * CM4000UI.H * * Zachary Wolf * 9/11/02 */ #ifndef __CM4000UI_HEADER #define __CM4000UI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void cm4000ui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif