/*1* Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved.2*3* This copyrighted material is made available to anyone wishing to use,4* modify, copy, or redistribute it subject to the terms and conditions5* of the GNU General Public License v.2.6*/78#ifndef __USER_DOT_H__9#define __USER_DOT_H__1011void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode,12int status, uint32_t sbflags, uint64_t seq);13int dlm_user_init(void);14void dlm_user_exit(void);15int dlm_device_deregister(struct dlm_ls *ls);16int dlm_user_daemon_available(void);1718#endif192021