162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved. 462306a36Sopenharmony_ci */ 562306a36Sopenharmony_ci 662306a36Sopenharmony_ci#ifndef __USER_DOT_H__ 762306a36Sopenharmony_ci#define __USER_DOT_H__ 862306a36Sopenharmony_ci 962306a36Sopenharmony_civoid dlm_purge_lkb_callbacks(struct dlm_lkb *lkb); 1062306a36Sopenharmony_civoid dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode, 1162306a36Sopenharmony_ci int status, uint32_t sbflags); 1262306a36Sopenharmony_ciint dlm_user_init(void); 1362306a36Sopenharmony_civoid dlm_user_exit(void); 1462306a36Sopenharmony_ciint dlm_device_deregister(struct dlm_ls *ls); 1562306a36Sopenharmony_ciint dlm_user_daemon_available(void); 1662306a36Sopenharmony_ci 1762306a36Sopenharmony_ci#endif 18