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