Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011121314 |
- #ifndef _GPXE_RARP_H
- #define _GPXE_RARP_H
-
- /** @file
- *
- * Reverse Address Resolution Protocol
- *
- */
-
- struct net_protocol;
-
- extern struct net_protocol rarp_protocol;
-
- #endif /* _GPXE_RARP_H */
|