1597d0caeSDavid Teigland /* 27fe2b319SDavid Teigland * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved. 3597d0caeSDavid Teigland * 4597d0caeSDavid Teigland * This copyrighted material is made available to anyone wishing to use, 5597d0caeSDavid Teigland * modify, copy, or redistribute it subject to the terms and conditions 6597d0caeSDavid Teigland * of the GNU General Public License v.2. 7597d0caeSDavid Teigland */ 8597d0caeSDavid Teigland 9597d0caeSDavid Teigland #ifndef __USER_DOT_H__ 10597d0caeSDavid Teigland #define __USER_DOT_H__ 11597d0caeSDavid Teigland 12*8304d6f2SDavid Teigland void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode, 13*8304d6f2SDavid Teigland int status, uint32_t sbflags, uint64_t seq); 14597d0caeSDavid Teigland int dlm_user_init(void); 15597d0caeSDavid Teigland void dlm_user_exit(void); 160f8e0d9aSDavid Teigland int dlm_device_deregister(struct dlm_ls *ls); 17dc68c7edSDavid Teigland int dlm_user_daemon_available(void); 18597d0caeSDavid Teigland 19597d0caeSDavid Teigland #endif 20