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