ms_ck.h
958 Bytes
/**************************************************************************
* *
* Copyright (C) 1993, 1994, 1995 Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
**************************************************************************/
/*
* ms_ck.h $Revision: 1.1.1.1 $
*/
typedef struct
{
char *label;
char **argv;
int argc;
int n_clock;
int t0, t1;
unsigned long time;
int clock;
int gclock;
int gclock_enable;
} ms_ck_t;
void ms_ck(ms_ck_t **pp0, ms_ck_t **pp1);
void ms_ck_init(ms_ck_t *p0, ms_ck_t *p1);