xref: /linux/fs/dlm/util.h (revision e7fd4179)
1*e7fd4179SDavid Teigland /******************************************************************************
2*e7fd4179SDavid Teigland *******************************************************************************
3*e7fd4179SDavid Teigland **
4*e7fd4179SDavid Teigland **  Copyright (C) 2005 Red Hat, Inc.  All rights reserved.
5*e7fd4179SDavid Teigland **
6*e7fd4179SDavid Teigland **  This copyrighted material is made available to anyone wishing to use,
7*e7fd4179SDavid Teigland **  modify, copy, or redistribute it subject to the terms and conditions
8*e7fd4179SDavid Teigland **  of the GNU General Public License v.2.
9*e7fd4179SDavid Teigland **
10*e7fd4179SDavid Teigland *******************************************************************************
11*e7fd4179SDavid Teigland ******************************************************************************/
12*e7fd4179SDavid Teigland 
13*e7fd4179SDavid Teigland #ifndef __UTIL_DOT_H__
14*e7fd4179SDavid Teigland #define __UTIL_DOT_H__
15*e7fd4179SDavid Teigland 
16*e7fd4179SDavid Teigland void dlm_message_out(struct dlm_message *ms);
17*e7fd4179SDavid Teigland void dlm_message_in(struct dlm_message *ms);
18*e7fd4179SDavid Teigland void dlm_rcom_out(struct dlm_rcom *rc);
19*e7fd4179SDavid Teigland void dlm_rcom_in(struct dlm_rcom *rc);
20*e7fd4179SDavid Teigland 
21*e7fd4179SDavid Teigland #endif
22*e7fd4179SDavid Teigland 
23