/* Copyright (c) 1992, 1993 Regents of the University of California All rights reserved. Use and copying of this software and preparation of derivative works based upon this software are permitted. However, any distribution of this software or derivative works must include the above copyright notice. This software is made available AS IS, and neither the Electronics Research Laboratory or the Universify of California make any warranty about the software, its performance or its conformity to any specification. Author: Szu-Tsung Cheng, stcheng@ic.Berkeley.EDU 10/92 10/93 $Header: /projects/development/hsv/CVSRepository/vl2mv/src/parser/vl_mux.h,v 1.1.1.1 2001/07/09 23:22:42 fabio Exp $ */ EXTERN void vl_dump_libs ARGS((FILE *, st_table *)); EXTERN void instantiate_mux ARGS((FILE *, vl_term *, vl_term *, vl_term *, vl_term *)); EXTERN void instantiate_bmux ARGS((FILE *, vl_term*, vl_term*, vl_term*, vl_term*)); EXTERN void instantiate_smux ARGS((FILE *, vl_term*, vl_term*, vl_term*, vl_term*));