regmap: Rename ret variable in regmap_read_poll_timeout
[linux-2.6/btrfs-unstable.git] / include / linux / sunrpc / svcauth_gss.h
blob726aff1a52011fcdfd3ab1e11b8a82ff1dbea703
1 /*
2 * linux/include/linux/sunrpc/svcauth_gss.h
4 * Bruce Fields <bfields@umich.edu>
5 * Copyright (c) 2002 The Regents of the University of Michigan
6 */
8 #ifndef _LINUX_SUNRPC_SVCAUTH_GSS_H
9 #define _LINUX_SUNRPC_SVCAUTH_GSS_H
11 #ifdef __KERNEL__
12 #include <linux/sched.h>
13 #include <linux/sunrpc/types.h>
14 #include <linux/sunrpc/xdr.h>
15 #include <linux/sunrpc/svcauth.h>
16 #include <linux/sunrpc/svcsock.h>
17 #include <linux/sunrpc/auth_gss.h>
19 int gss_svc_init(void);
20 void gss_svc_shutdown(void);
21 int gss_svc_init_net(struct net *net);
22 void gss_svc_shutdown_net(struct net *net);
23 int svcauth_gss_register_pseudoflavor(u32 pseudoflavor, char * name);
24 u32 svcauth_gss_flavor(struct auth_domain *dom);
26 #endif /* __KERNEL__ */
27 #endif /* _LINUX_SUNRPC_SVCAUTH_GSS_H */