13 lines
158 B
C
13 lines
158 B
C
|
/* Copyright (C) 1998, Cygnus Solutions
|
||
|
|
||
|
*/
|
||
|
|
||
|
#ifndef _HARDWARE_H_
|
||
|
#define _HARDWARE_H_
|
||
|
|
||
|
#include "sim-main.h"
|
||
|
|
||
|
void create_devices(SIM_DESC sd);
|
||
|
|
||
|
#endif
|