選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
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 */
|