home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Headers
/
mach
/
i386
/
time_stamp.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-19
|
367b
|
19 lines
/*
* 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_