Display warning when a PCI device can not be initialised due to insufficient available PCI slots.
This commit is contained in:
parent
ad1889864f
commit
f7384bf085
3 changed files with 10 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue