root/fs/dlm/util.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


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

/* [<][>][^][v][top][bottom][index][help] */