/* * Copyright (C) 2010 Tobias Klauser * * This file is part of nios2sim-ng. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ #ifndef _SIMULATOR_H_ #define _SIMULATOR_H_ extern void simulator_run(struct nios2 *cpu); #endif /* _SIMULATOR_H_*/