Blame view

fs/dlm/midcomms.h 681 Bytes
2522fe45a   Thomas Gleixner   treewide: Replace...
1
  /* SPDX-License-Identifier: GPL-2.0-only */
e7fd41792   David Teigland   [DLM] The core of...
2
3
4
5
6
7
  /******************************************************************************
  *******************************************************************************
  **
  **  Copyright (C) Sistina Software, Inc.  1997-2003  All rights reserved.
  **  Copyright (C) 2004-2005 Red Hat, Inc.  All rights reserved.
  **
e7fd41792   David Teigland   [DLM] The core of...
8
9
10
11
12
13
  **
  *******************************************************************************
  ******************************************************************************/
  
  #ifndef __MIDCOMMS_DOT_H__
  #define __MIDCOMMS_DOT_H__
4798cbbfb   Alexander Aring   fs: dlm: rework r...
14
  int dlm_process_incoming_buffer(int nodeid, unsigned char *buf, int buflen);
e7fd41792   David Teigland   [DLM] The core of...
15
16
  
  #endif				/* __MIDCOMMS_DOT_H__ */