summaryrefslogtreecommitdiff
path: root/simulator.h
blob: deb609ad045c70dab04ad5fc680bdebb2e3c9e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (C) 2010 Tobias Klauser <tklauser@distanz.ch>
 *
 * 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_*/