]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - fs/dlm/user.h
Merge tag 'fbdev-v4.12' of git://github.com/bzolnier/linux
[mirror_ubuntu-artful-kernel.git] / fs / dlm / user.h
CommitLineData
597d0cae 1/*
7fe2b319 2 * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
597d0cae
DT
3 *
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 */
8
9#ifndef __USER_DOT_H__
10#define __USER_DOT_H__
11
8304d6f2
DT
12void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
13 int status, uint32_t sbflags, uint64_t seq);
597d0cae
DT
14int dlm_user_init(void);
15void dlm_user_exit(void);
0f8e0d9a 16int dlm_device_deregister(struct dlm_ls *ls);
dc68c7ed 17int dlm_user_daemon_available(void);
597d0cae
DT
18
19#endif