Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[linux-2.6.git] / fs / dlm / user.h
blob00499ab8835ff7a1864e88c08d0f2fd89dc4058d
1 /*
2 * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
4 * This copyrighted material is made available to anyone wishing to use,
5 * modify, copy, or redistribute it subject to the terms and conditions
6 * of the GNU General Public License v.2.
7 */
9 #ifndef __USER_DOT_H__
10 #define __USER_DOT_H__
12 void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
13 int status, uint32_t sbflags, uint64_t seq);
14 int dlm_user_init(void);
15 void dlm_user_exit(void);
16 int dlm_device_deregister(struct dlm_ls *ls);
17 int dlm_user_daemon_available(void);
19 #endif