/* file "x86/x86.h" */

/*
    Copyright (c) 2000 The President and Fellows of Harvard College

    All rights reserved.

    This software is provided under the terms described in
    the "machine/copyright.h" include file.
*/

#ifndef X86_X86_H
#define X86_X86_H

#include <machine/copyright.h>

#include <machine/machine.h>
#include <suifvm/suifvm.h>

#include <x86/init.h>
#include <x86/opcodes.h>
#include <x86/instr.h>
#include <x86/reg_info.h>
#include <x86/fpstack.h>
#include <x86/code_gen.h>
#include <x86/code_fin.h>
#include <x86/printer.h>
#include <x86/contexts.h>

#endif /* X86_X86_H */
