xref: /linux/fs/dlm/util.h (revision 2522fe45)
1*2522fe45SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
2e7fd4179SDavid Teigland /******************************************************************************
3e7fd4179SDavid Teigland *******************************************************************************
4e7fd4179SDavid Teigland **
5e7fd4179SDavid Teigland **  Copyright (C) 2005 Red Hat, Inc.  All rights reserved.
6e7fd4179SDavid Teigland **
7e7fd4179SDavid Teigland **
8e7fd4179SDavid Teigland *******************************************************************************
9e7fd4179SDavid Teigland ******************************************************************************/
10e7fd4179SDavid Teigland 
11e7fd4179SDavid Teigland #ifndef __UTIL_DOT_H__
12e7fd4179SDavid Teigland #define __UTIL_DOT_H__
13e7fd4179SDavid Teigland 
14e7fd4179SDavid Teigland void dlm_message_out(struct dlm_message *ms);
15e7fd4179SDavid Teigland void dlm_message_in(struct dlm_message *ms);
16e7fd4179SDavid Teigland void dlm_rcom_out(struct dlm_rcom *rc);
17e7fd4179SDavid Teigland void dlm_rcom_in(struct dlm_rcom *rc);
18e7fd4179SDavid Teigland 
19e7fd4179SDavid Teigland #endif
20e7fd4179SDavid Teigland 
21