Merge tag 'platform-drivers-x86-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / fs / dlm / user.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2006-2010 Red Hat, Inc.  All rights reserved.
4  */
5
6 #ifndef __USER_DOT_H__
7 #define __USER_DOT_H__
8
9 void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
10                       int status, uint32_t sbflags, uint64_t seq);
11 int dlm_user_init(void);
12 void dlm_user_exit(void);
13 int dlm_device_deregister(struct dlm_ls *ls);
14 int dlm_user_daemon_available(void);
15
16 #endif