home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / mach / m68k / time_stamp.h < prev    next >
C/C++ Source or Header  |  1992-07-29  |  399b  |  22 lines

  1. /* 
  2.  * Copyright (c) 1988 NeXT, Inc.
  3.  */ 
  4.  
  5. /*
  6.  *    The NeXT timestamp implementation uses the hardware supported
  7.  *    microsecond counter.
  8.  *
  9.  *    The format of the timestamp structure is:
  10.  *
  11.  *        low_val - microseconds.
  12.  *        high_val - Always zero.
  13.  */
  14. #ifndef _MACH_M68K_TIME_STAMP_
  15. #define _M68K_TIME_STAMP_
  16.  
  17. /* #import <m68k/eventc.h> */
  18. #define TS_FORMAT TS_FORMAT_NeXT
  19. #endif _MACH_M68K_TIME_STAMP_
  20.  
  21.  
  22.