This commit is contained in:
Ralf Corsepius
2005-02-03 05:34:01 +00:00
parent 2c2f7b6d5a
commit 2d9d8ff61c

View File

@@ -0,0 +1,21 @@
/**
* @file rtems/rtems_bsdnet.h
*/
/*
* $Id$
*/
#ifndef _RTEMS_BSDNET_SERVERS_H
#define _RTEMS_BSDNET_SERVERS_H
extern struct in_addr *rtems_bsdnet_ntpserver;
extern int rtems_bsdnet_ntpserver_count;
/*
* Network configuration
*/
extern struct in_addr *rtems_bsdnet_nameserver;
extern int rtems_bsdnet_nameserver_count;
#endif /* _RTEMS_BSDNET_SERVERS_H */