Display warning when a PCI device can not be initialised due to insufficient available PCI slots.

This commit is contained in:
SarahW 2018-02-24 15:52:28 +00:00
commit f7384bf085
3 changed files with 10 additions and 0 deletions

View file

@ -44,6 +44,8 @@ void device_speed_changed();
void device_force_redraw();
void device_add_status_info(char *s, int max_len);
extern char *current_device_name;
int device_get_config_int(char *name);
char *device_get_config_string(char *name);