diff options
author | Guillem Jover <guillem@hadrons.org> | 2011-08-25 15:22:31 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-08-27 00:47:49 +0200 |
commit | b3db6aa6de76823ea1e2d6c5a94bfe399de0f5ae (patch) | |
tree | 344bbe55789acdab84eee866ca90b1eaa93b2788 /device/ds_routines.c | |
parent | 7f3d62b7775c95b8ddfe618f18736163606b3a9c (diff) |
Add prototype for free_skbuffs function
* device/ds_routines.c [LINUX_DEV && CONFIG_INET] (free_skbuffs): Add
prototype.
Diffstat (limited to 'device/ds_routines.c')
-rw-r--r-- | device/ds_routines.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/device/ds_routines.c b/device/ds_routines.c index 93569f2..5b36329 100644 --- a/device/ds_routines.c +++ b/device/ds_routines.c @@ -1489,6 +1489,10 @@ void iodone(ior) splx(s); } +#if defined (LINUX_DEV) && defined (CONFIG_INET) +extern void free_skbuffs (); +#endif + void io_done_thread_continue() { for (;;) { |