/* ************************************************************** */ /* * EF11PRUI.H * * Zachary Wolf * 11/29/01 */ #ifndef __EF11PRUI_HEADER #define __EF11PRUI_HEADER #if defined(__cplusplus) || defined(__cplusplus__) extern "C" { #endif /* ************************************************************** */ /* PUBLIC FUNCTION DECLARATIONS */ void ef11prui_init(int dev_ID); /* ************************************************************** */ /* Done */ #if defined(__cplusplus) || defined(__cplusplus__) } #endif #endif