From 9027298494805ac696540a7be0ebd1c0d621bc59 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 14 May 1996 12:56:33 +0000 Subject: *** empty log message *** --- pfinet/devices.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pfinet') diff --git a/pfinet/devices.c b/pfinet/devices.c index 371bbdee..ac37cc03 100644 --- a/pfinet/devices.c +++ b/pfinet/devices.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Michael I. Bushnell, p/BSG. This file is part of the GNU Hurd. @@ -42,6 +42,12 @@ init_devices (void) dev_base = 0; } +void +add_device (struct device *dev) +{ + dev->next = dev_base; + dev_base = dev; +} -- cgit v1.2.3