MOXA linux-2.6.x / linux-2.6.19-uc1 from UC-7110-LX-BOOTLOADER-1.9_VERSION-4.2.tgz
[linux-2.6.19-moxart.git] / fs / dlm / user.h
blobd38e9f3e415118b3b4622b9b2909ac269b618c6e
1 /*
2 * Copyright (C) 2006 Red Hat, Inc. All rights reserved.
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 */
9 #ifndef __USER_DOT_H__
10 #define __USER_DOT_H__
12 void dlm_user_add_ast(struct dlm_lkb *lkb, int type);
13 int dlm_user_init(void);
14 void dlm_user_exit(void);
16 #endif