aboutsummaryrefslogtreecommitdiffstats
path: root/include/mips.h
blob: c6306e9bab6298eb53258cafafb439cfefae3d03 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*! \file mips.h
    Main include file for all the simulation and test related files.
*/
#ifndef mips_header
#define mips_header

#include "mips_mem.h"
#include "mips_cpu.h"
#include "mips_test.h"

#endif