blob: cc719ca9397e48257109092780f89cc78a715eea [file] [log] [blame]
Thomas Gleixner2522fe42019-05-28 09:57:20 -07001/* SPDX-License-Identifier: GPL-2.0-only */
David Teiglande7fd4172006-01-18 09:30:29 +00002/******************************************************************************
3*******************************************************************************
4**
5** Copyright (C) 2005 Red Hat, Inc. All rights reserved.
6**
David Teiglande7fd4172006-01-18 09:30:29 +00007**
8*******************************************************************************
9******************************************************************************/
10
11#ifndef __UTIL_DOT_H__
12#define __UTIL_DOT_H__
13
14void dlm_message_out(struct dlm_message *ms);
15void dlm_message_in(struct dlm_message *ms);
16void dlm_rcom_out(struct dlm_rcom *rc);
17void dlm_rcom_in(struct dlm_rcom *rc);
18
19#endif
20