David Teigland | 597d0ca | 2006-07-12 16:44:04 -0500 | [diff] [blame] | 1 | /* |
David Teigland | 7fe2b31 | 2010-02-24 11:08:18 -0600 | [diff] [blame] | 2 | * Copyright (C) 2006-2010 Red Hat, Inc. All rights reserved. |
David Teigland | 597d0ca | 2006-07-12 16:44:04 -0500 | [diff] [blame] | 3 | * |
| 4 | * This copyrighted material is made available to anyone wishing to use, |
| 5 | * modify, copy, or redistribute it subject to the terms and conditions |
| 6 | * of the GNU General Public License v.2. |
| 7 | */ |
| 8 | |
| 9 | #ifndef __USER_DOT_H__ |
| 10 | #define __USER_DOT_H__ |
| 11 | |
David Teigland | 8304d6f | 2011-02-21 14:58:21 -0600 | [diff] [blame] | 12 | void dlm_user_add_ast(struct dlm_lkb *lkb, uint32_t flags, int mode, |
| 13 | int status, uint32_t sbflags, uint64_t seq); |
David Teigland | 597d0ca | 2006-07-12 16:44:04 -0500 | [diff] [blame] | 14 | int dlm_user_init(void); |
| 15 | void dlm_user_exit(void); |
David Teigland | 0f8e0d9 | 2008-08-06 13:30:24 -0500 | [diff] [blame] | 16 | int dlm_device_deregister(struct dlm_ls *ls); |
David Teigland | dc68c7e | 2008-08-18 11:43:30 -0500 | [diff] [blame] | 17 | int dlm_user_daemon_available(void); |
David Teigland | 597d0ca | 2006-07-12 16:44:04 -0500 | [diff] [blame] | 18 | |
| 19 | #endif |