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