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