mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Extract packet-padding login from rtl8139.c to a separate pkbpad.c file.
This commit is contained in:
@@ -158,5 +158,6 @@ static inline size_t pkb_tailroom ( struct pk_buff *pkb ) {
|
||||
|
||||
extern struct pk_buff * alloc_pkb ( size_t len );
|
||||
extern void free_pkb ( struct pk_buff *pkb );
|
||||
extern void pkb_pad ( struct pk_buff *pkb, size_t min_len );
|
||||
|
||||
#endif /* _GPXE_PKBUFF_H */
|
||||
|
||||
Reference in New Issue
Block a user