Extract packet-padding login from rtl8139.c to a separate pkbpad.c file.

This commit is contained in:
Michael Brown
2007-01-11 05:25:50 +00:00
parent 6918cf9e9e
commit a3ed0cbbc7
3 changed files with 69 additions and 21 deletions

View File

@@ -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 */