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