RTEMS CPU Kit with SuperCore  4.11.3
servers.h
Go to the documentation of this file.
1 
6 #ifndef _RTEMS_BSDNET_SERVERS_H
7 #define _RTEMS_BSDNET_SERVERS_H
8 
9 extern struct in_addr *rtems_bsdnet_ntpserver;
10 extern int rtems_bsdnet_ntpserver_count;
11 
12 /*
13  * Network configuration
14  */
15 extern struct in_addr *rtems_bsdnet_nameserver;
16 extern int rtems_bsdnet_nameserver_count;
17 
18 #endif /* _RTEMS_BSDNET_SERVERS_H */
Definition: inet.h:93