]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/lockd/sm_inter.h
The ps2esdi driver was marked as BROKEN more than two years ago due to being
[linux-2.6-omap-h63xx.git] / include / linux / lockd / sm_inter.h
index d93b074668ce370cd7c184448895f895e44ae734..22a645828f268e5639ae73fec10494ed21ecd05c 100644 (file)
  * Arguments for all calls to statd
  */
 struct nsm_args {
-       u32             addr;           /* remote address */
+       __be32          addr;           /* remote address */
        u32             prog;           /* RPC callback info */
        u32             vers;
        u32             proc;
+
+       char *          mon_name;
 };
 
 /*
@@ -40,6 +42,6 @@ struct nsm_res {
 
 int            nsm_monitor(struct nlm_host *);
 int            nsm_unmonitor(struct nlm_host *);
-extern u32     nsm_local_state;
+extern int     nsm_local_state;
 
 #endif /* LINUX_LOCKD_SM_INTER_H */