1 /* BEGIN INCLUDE FILE ... mcs_timer_dcls.incl.pl1 ... W. Olin Sibert ... 24 March 1982 */
2 /* Declarations for normally called entries in mcs_timer */
3 
4 declare   mcs_timer$set                 entry (fixed bin, fixed bin, fixed bin (71), bit (36) aligned);
5 declare   mcs_timer$change              entry (fixed bin, fixed bin, fixed bin (71), bit (36) aligned);
6 declare   mcs_timer$reset               entry (fixed bin, fixed bin, bit (36) aligned);
7 declare   mcs_timer$reset_all           entry (fixed bin);
8 
9 /* END INCLUDE FILE ... mcs_timer_dcls.incl.pl1 */