]> Git Repo - linux.git/blame - fs/dlm/user.h
modpost: inform compilers that fatal() never returns
[linux.git] / fs / dlm / user.h
CommitLineData
2522fe45 1/* SPDX-License-Identifier: GPL-2.0-only */
597d0cae 2/*
7fe2b319 3 * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.
597d0cae
DT
4 */
5
6#ifndef __USER_DOT_H__
7#define __USER_DOT_H__
8
5ce9ef30 9void dlm_purge_lkb_callbacks(struct dlm_lkb *lkb);
8304d6f2 10void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,
61bed0ba 11 int status, uint32_t sbflags);
597d0cae
DT
12int dlm_user_init(void);
13void dlm_user_exit(void);
0f8e0d9a 14int dlm_device_deregister(struct dlm_ls *ls);
dc68c7ed 15int dlm_user_daemon_available(void);
597d0cae
DT
16
17#endif
This page took 0.923174 seconds and 4 git commands to generate.