aboutsummaryrefslogtreecommitdiff
path: root/sim/txvu/hardware.h
blob: d105df082d877f45d603a9ac66d8dca90eed04b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*  Copyright (C) 1998, Cygnus Solutions

    */

#ifndef _HARDWARE_H_
#define _HARDWARE_H_

#include "sim-main.h"

void create_devices(SIM_DESC sd);

#define NUMBER_CPUS 5

#endif