(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/expansion.h>
void RemConfigDev (configDev)
LOCATION
In ExpansionBase at offset 18
SYNOPSIS
struct ConfigDev * configDev
FUNCTION
This routine will remove the given ConfigDev from the list of Configuration Devices in the system.
INPUTS
configDev
The ConfigDev structure to remove.
RESULT
The ConfigDev structure will be removed from the systems list.
EXAMPLE
SEE ALSO
AddConfigDev()
NOTES
BUGS
INTERNALS
HISTORY