(C) 1998 AROS - The Amiga Research OS


NAME
#include <libraries/configvars.h>
#include <proto/expansion.h>

void AddConfigDev (configDev)

LOCATION
In ExpansionBase at offset 5

SYNOPSIS
struct ConfigDev * configDev

FUNCTION
This function will add a ConfigDev structure to the systems list of Configuration Devices. This function is not normally called by user code.

INPUTS
configDev
The Configuration Device to add to the system.

RESULT
The device will be added to the system.

EXAMPLE

SEE ALSO
RemConfigDev

NOTES

BUGS

INTERNALS

HISTORY