\section{SUIFvm library initialization}

The header file [[init.h]] defines the initialization routine for the
[[suifvm]] library and the string constant used to indicate use of
this library as the current machine target.

<<init.h>>=
/* file "suifvm/init.h" */

<<Machine-SUIF copyright>>

#ifndef SUIFVM_INIT_H
#define SUIFVM_INIT_H

#include <machine/copyright.h>

#ifndef SUPPRESS_PRAGMA_INTERFACE
#pragma interface "suifvm/init.h"
#endif

#include <machine/machine.h>

extern "C" void init_suifvm(SuifEnv* suif_env);

extern IdString k_suifvm;

#endif /* SUIFVM_INIT_H */
@
