summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-23 22:39:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-23 22:39:13 +0000
commitb6f5f9385daf2d4b5a6272c5085c7e253f381aa9 (patch)
treec2b6ed42c83093b3efe5827ee653494ee97ea906 /cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
parentRegenerated. (diff)
downloadrtems-b6f5f9385daf2d4b5a6272c5085c7e253f381aa9.tar.bz2
Patch from Eric Norum <eric@skatter.usask.ca> to improve parsing of
network interface names. This change does not introduce any compatibility problems.
Diffstat (limited to 'cpukit/libnetworking/rtems/rtems_bsdnet_internal.h')
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index adaecbd5f9..ae1a419bd8 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -116,6 +116,7 @@ struct file;
struct buf;
struct tty;
struct uio;
+struct rtems_bsdnet_ifconfig;
/*
* Redo kernel memory allocation
@@ -130,6 +131,7 @@ void rtems_bsdnet_free (void *addr, int type);
void rtems_bsdnet_semaphore_obtain (void);
void rtems_bsdnet_semaphore_release (void);
void rtems_bsdnet_schednetisr (int n);
+int rtems_bsdnet_parse_driver_name (const struct rtems_bsdnet_ifconfig *config, char **namep);
unsigned long rtems_bsdnet_seconds_since_boot (void);
unsigned long rtems_bsdnet_random (void);