mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
441 B
29 lines
441 B
/**
|
|
Copyright(c) Maynard Electronics, Inc. 1984-89
|
|
|
|
|
|
Name: sleep.h
|
|
|
|
Date Updated: $./FDT$ $./FTM$
|
|
|
|
Description: This file contains prototypes for
|
|
the functions in sleep.c
|
|
|
|
Location:
|
|
|
|
|
|
$Log: G:/LOGFILES/SLEEP.H_V $
|
|
*
|
|
* Rev 1.0 09 May 1991 13:33:04 HUNTER
|
|
* Initial revision.
|
|
|
|
**/
|
|
/* $end$ */
|
|
|
|
|
|
#ifndef _sleep_h_
|
|
#define _sleep_h_
|
|
|
|
VOID sleep( UINT32 thousandths ) ;
|
|
|
|
#endif
|