Last change
on this file was 142, checked in by ktk, 25 years ago |
Import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
340 bytes
|
Rev | Line | |
---|
[142] | 1 | /* $Id: iodelay.h 142 2000-04-23 14:55:46Z ktk $ */
|
---|
| 2 |
|
---|
| 3 | /* IODELAY.H
|
---|
| 4 |
|
---|
| 5 | MODIFICATION HISTORY
|
---|
| 6 | DATE PROGRAMMER COMMENT
|
---|
| 7 | 01-Jul-95 Timur Tabi Creation
|
---|
| 8 | 10-Jan-96 Timur Tabi Added C++ support
|
---|
| 9 | */
|
---|
| 10 |
|
---|
| 11 | #ifdef __cplusplus
|
---|
| 12 | extern "C" {
|
---|
| 13 | #endif
|
---|
| 14 |
|
---|
| 15 | void iodelay(unsigned short);
|
---|
| 16 | #pragma aux iodelay parm nomemory [cx] modify nomemory exact [ax cx];
|
---|
| 17 |
|
---|
| 18 | #ifdef __cplusplus
|
---|
| 19 | }
|
---|
| 20 | #endif
|
---|
| 21 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.