/* ************************************************************** */ /* * K7011UI.H * * Zachary Wolf * 8/24/98 */ #ifndef __K7011UI_HEADER #define __K7011UI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void k7011ui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif