source: trunk/libs/newlib/src/newlib/libc/sys/linux/net/etherent.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 225 bytes
Line 
1/* Because the `ethers' lookup does not fit so well in the scheme we
2   define a dummy struct here which helps us to use the available
3   functions.  */
4struct etherent
5{
6  const char *e_name;
7  struct ether_addr e_addr;
8};
9
Note: See TracBrowser for help on using the repository browser.