home *** CD-ROM | disk | FTP | other *** search
- /*
- * Copyright (c) 1988 NeXT, Inc.
- */
-
- /*
- * The NeXT timestamp implementation uses the hardware supported
- * microsecond counter.
- *
- * The format of the timestamp structure is:
- *
- * low_val - microseconds.
- * high_val - Always zero.
- */
- #ifndef _MACH_I386_TIME_STAMP_
- #define _I386_TIME_STAMP_
-
- #define TS_FORMAT TS_FORMAT_NeXT
- #endif _MACH_I386_TIME_STAMP_
-