From: Richard Burgess <> Date: Wed, 26 Oct 1994 08:59:20 +0000 (+0000) Subject: autocommit for file dated 1994-10-26 08:59:20 X-Git-Url: https://pd.if.org/git/?p=mmurtl;a=commitdiff_plain;h=ea6959b4655bc3fbe3f28df5a3362948fa0d6253 autocommit for file dated 1994-10-26 08:59:20 --- diff --git a/ossource/mtimer.h b/ossource/mtimer.h new file mode 100644 index 0000000..fbef5f6 --- /dev/null +++ b/ossource/mtimer.h @@ -0,0 +1,19 @@ +/* MTimer.h MMURTL timer call prototypes */ + +/* MMURTL Operating System Source Code + Copyright 1991,1992,1993, Richard A. Burgess + ALL RIGHTS RESERVED + Version x0.8 +*/ + +extern far long Alarm(long Exch, long count); +extern far long KillAlarm(long Exch); +extern far long Sleep(long count); +extern far void MicroDelay(long us15count); +extern far long GetCMOSTime(long *pTimeRet); +extern far long GetCMOSDate(long *pTimeRet); +extern far long GetTimerTick(long *pTickRet); +extern far void Tone(long freq, long ms10); +extern far void Beep(void); + +/************ End of MTimer.h ***************/