sunrpc_syms.c (39fe5434cb9de5da40510028b17b96bc4eb312b3) | sunrpc_syms.c (49c36fcc441baf6a4d698e3645d1adf28edaf57b) |
---|---|
1/* 2 * linux/net/sunrpc/sunrpc_syms.c 3 * 4 * Symbols exported by the sunrpc module. 5 * 6 * Copyright (C) 1997 Olaf Kirch <okir@monad.swb.de> 7 */ 8 --- 6 unchanged lines hidden (view full) --- 15 16#include <linux/sunrpc/sched.h> 17#include <linux/sunrpc/clnt.h> 18#include <linux/sunrpc/svc.h> 19#include <linux/sunrpc/svcsock.h> 20#include <linux/sunrpc/auth.h> 21#include <linux/workqueue.h> 22#include <linux/sunrpc/rpc_pipe_fs.h> | 1/* 2 * linux/net/sunrpc/sunrpc_syms.c 3 * 4 * Symbols exported by the sunrpc module. 5 * 6 * Copyright (C) 1997 Olaf Kirch <okir@monad.swb.de> 7 */ 8 --- 6 unchanged lines hidden (view full) --- 15 16#include <linux/sunrpc/sched.h> 17#include <linux/sunrpc/clnt.h> 18#include <linux/sunrpc/svc.h> 19#include <linux/sunrpc/svcsock.h> 20#include <linux/sunrpc/auth.h> 21#include <linux/workqueue.h> 22#include <linux/sunrpc/rpc_pipe_fs.h> |
23#include <linux/sunrpc/xprtsock.h> |
|
23 | 24 |
24 | |
25/* RPC scheduler */ 26EXPORT_SYMBOL(rpc_execute); 27EXPORT_SYMBOL(rpc_init_task); 28EXPORT_SYMBOL(rpc_sleep_on); 29EXPORT_SYMBOL(rpc_wake_up_next); 30EXPORT_SYMBOL(rpc_wake_up_task); 31EXPORT_SYMBOL(rpc_wake_up_status); 32 --- 148 unchanged lines hidden --- | 25/* RPC scheduler */ 26EXPORT_SYMBOL(rpc_execute); 27EXPORT_SYMBOL(rpc_init_task); 28EXPORT_SYMBOL(rpc_sleep_on); 29EXPORT_SYMBOL(rpc_wake_up_next); 30EXPORT_SYMBOL(rpc_wake_up_task); 31EXPORT_SYMBOL(rpc_wake_up_status); 32 --- 148 unchanged lines hidden --- |