2000-05-01 19:43:38 +02:00
|
|
|
#ifndef _DEV_H
|
|
|
|
|
#define _DEV_H
|
|
|
|
|
|
2000-07-05 15:10:16 +02:00
|
|
|
|
2000-05-01 19:43:38 +02:00
|
|
|
int num_devices(void);
|
|
|
|
|
IFdevice **devices_ptr(void);
|
2000-06-18 00:54:26 +02:00
|
|
|
SPICEdev **devices(void);
|
2000-05-01 19:43:38 +02:00
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|