/* ************************************************************** */ /* * B9900UI.H * * Zachary Wolf * 7/27/98 */ #ifndef __B9900UI_HEADER #define __B9900UI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void b9900ui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif