root/include/net/rarp.h

/* [previous][next][first][last][top][bottom][index][help] */

INCLUDED FROM


   1 /* linux/net/inet/rarp.h */
   2 #ifndef _RARP_H
   3 #define _RARP_H
   4 
   5 extern int rarp_ioctl(unsigned int cmd, void *arg);
   6 extern int rarp_get_info(char *buffer, 
   7                          char **start, 
   8                          off_t offset, 
   9                          int length,
  10                          int dummy);
  11 #endif  /* _RARP_H */
  12 

/* [previous][next][first][last][top][bottom][index][help] */