/* ************************************************************** */ /* * SR830UI.H * * Zachary Wolf * 8/25/04 */ #ifndef __SR830UI_HEADER #define __SR830UI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void sr830ui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif