]> Git Repo - J-linux.git/blob - fs/dlm/user.h
HID: hid-sensor-custom: Fix big on-stack allocation in hid_sensor_custom_get_known()
[J-linux.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);
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
This page took 0.029036 seconds and 4 git commands to generate.