clock_vms.h 966 Bytes
/**************************************************************************
 *									  *
 *		 Copyright (C) 1993, 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.  *
 *									  *
 **************************************************************************/

/*
 *  clock_vms.h $Revision: 1.1.1.1 $
 */

typedef struct
{
    char *label;
    char **argv;
    int argc;

    int c_clock;
    int c_gclk;
    int c_reset;

    int clock;
    int gclk;
    int reset;

} clock_vms_t;

void clock_vms(clock_vms_t **pp0, clock_vms_t **pp1); 
void clock_vms_init(clock_vms_t *p0, clock_vms_t *p1);