mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 4/3] compile fix: export netpoll api for modules
@ 2003-09-22 21:38 Matt Mackall
  0 siblings, 0 replies; only message in thread
From: Matt Mackall @ 2003-09-22 21:38 UTC (permalink / raw)
  To: Andrew Morton, Robert Walsh, wangdi, linux-kernel

Export netpoll api for use by modules

 l-mpm/net/core/netpoll.c |    9 +++++++++
 1 files changed, 9 insertions(+)

diff -puN net/core/netpoll.c~export-netpoll net/core/netpoll.c
--- l/net/core/netpoll.c~export-netpoll	2003-09-22 16:25:27.000000000 -0500
+++ l-mpm/net/core/netpoll.c	2003-09-22 16:33:32.000000000 -0500
@@ -630,3 +630,12 @@ void netpoll_set_trap(int trap)
 {
 	trapped = trap;
 }
+
+EXPORT_SYMBOL(netpoll_set_trap);
+EXPORT_SYMBOL(netpoll_trap);
+EXPORT_SYMBOL(netpoll_parse_options);
+EXPORT_SYMBOL(netpoll_setup);
+EXPORT_SYMBOL(netpoll_cleanup);
+EXPORT_SYMBOL(netpoll_send_skb);
+EXPORT_SYMBOL(netpoll_send_udp);
+EXPORT_SYMBOL(netpoll_poll);

_


-- 
Matt Mackall : http://www.selenic.com : of or relating to the moon

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-09-22 21:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-09-22 21:38 [PATCH 4/3] compile fix: export netpoll api for modules Matt Mackall

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®