URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [include/] [net/] [rarp.h] - Rev 1778
Go to most recent revision | Compare with Previous | Blame | View Log
/* linux/net/inet/rarp.h */ #ifndef _RARP_H #define _RARP_H extern int rarp_ioctl(unsigned int cmd, void *arg); extern int rarp_get_info(char *buffer, char **start, off_t offset, int length, int dummy); #endif /* _RARP_H */
Go to most recent revision | Compare with Previous | Blame | View Log