home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cicspa2.zip / PA2CLOCK.H < prev    next >
Text File  |  1995-07-02  |  2KB  |  48 lines

  1. /***********************************************************************/
  2. /*                                                                     */
  3. /* MODULE NAME        PA2CLOCK.H                                       */
  4. /*                                                                     */
  5. /* DESCRIPTIVE NAME   Header file for invoking PA2CLOCK from C         */
  6. /*                                                                     */
  7. /* Statement:         Licensed Materials - Property of IBM             */
  8. /*                                                                     */
  9. /*                    5764-091 (c) Copyright IBM Corp. 1994.           */
  10. /*                                                                     */
  11. /*                    See Copyright Instructions.                      */
  12. /*                                                                     */
  13. /*                    All rights reserved.                             */
  14. /*                                                                     */
  15. /*                    U.S. Government Users Restricted Rights - use,   */
  16. /*                    duplication or disclosure restricted by GSA      */
  17. /*                    ADP Schedule Contract with IBM Corp.             */
  18. /*                                                                     */
  19. /* Status:            Version 1 Release 0                              */
  20. /*                                                                     */
  21. /*  NOTES :-                                                           */
  22. /*    DEPENDENCIES = None                                              */
  23. /*                   None                                              */
  24. /*    RESTRICTIONS = none                                              */
  25. /*    MODULE TYPE  = Header file                                       */
  26. /*    PROCESSOR    = PS/2 and PC                                       */
  27. /*                                                                     */
  28. /***********************************************************************/
  29.  
  30. #include <faasthdf.h>
  31. #pragma pack(1)
  32.  
  33. unsigned short    pa2clockno;
  34. char              pa2action [1];
  35.  
  36. #define  PA2BEGIN 'B'
  37. #define  PA2START 'B'
  38. #define  PA2END   'E'
  39. #define  PA2STOP  'E'
  40.  
  41. #include "pa2allen.h"
  42.  
  43. /* Function prototype */
  44.  
  45. faaret_t FAAEXPENTRY PA2CLOCK(char ,unsigned short );
  46.  
  47. #pragma pack()
  48.