#ifndef _TimeCapture_H_
#define _TimeCapture_H_
/* Include the derivative-specific header file */
#include <mc9s12xhy256.h>
#include <hidef.h>                /* also includes boolean definitions in stdtypes.h     */
#include <mc9S12xhy256.h>         /* derivative information */

void Allow_Input_Capture(void);

#endif