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