2 * Copyright (C) 1995 Advanced RISC Machines Limited. All rights reserved.
4 * This software may be freely used, copied, modified, and distributed
5 * provided that the above copyright notice is preserved in all copies of the
15 * drivers.c - declares a NULL terminated list of device driver
16 * descriptors supported by the host.
22 extern DeviceDescr angel_SerialDevice;
23 extern DeviceDescr angel_SerparDevice;
24 extern DeviceDescr angel_EthernetDevice;
26 DeviceDescr *devices[] =
30 &angel_EthernetDevice,