18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved. 48c2ecf20Sopenharmony_ci */ 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ci#ifndef __USER_DOT_H__ 78c2ecf20Sopenharmony_ci#define __USER_DOT_H__ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_civoid dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode, 108c2ecf20Sopenharmony_ci int status, uint32_t sbflags, uint64_t seq); 118c2ecf20Sopenharmony_ciint dlm_user_init(void); 128c2ecf20Sopenharmony_civoid dlm_user_exit(void); 138c2ecf20Sopenharmony_ciint dlm_device_deregister(struct dlm_ls *ls); 148c2ecf20Sopenharmony_ciint dlm_user_daemon_available(void); 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#endif 17