home *** CD-ROM | disk | FTP | other *** search
- /* timerdev.h
-
- ©1999 Henryk Richter <tfa652@uni-rostock.de>
-
- This software is distributed under the terms of the GNU General Public
- License; either version 2 of the License, or (at your option) any
- later version.
- */
-
- #ifndef NFSD_TIMERDEV_H
- #define NFSD_TIMERDEV_H
-
- #include <exec/types.h>
-
- BOOL td_opentimer(void);
- void td_closetimer(void);
-
- #endif
-