2019-05-28 19:57:20 +03:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2006-01-18 12:30:29 +03:00
|
|
|
/******************************************************************************
|
|
|
|
*******************************************************************************
|
|
|
|
**
|
|
|
|
** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
|
|
|
|
** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
|
|
|
|
**
|
|
|
|
**
|
|
|
|
*******************************************************************************
|
|
|
|
******************************************************************************/
|
|
|
|
|
|
|
|
#ifndef __MIDCOMMS_DOT_H__
|
|
|
|
#define __MIDCOMMS_DOT_H__
|
|
|
|
|
2020-09-24 17:31:26 +03:00
|
|
|
int dlm_process_incoming_buffer(int nodeid, unsigned char *buf, int buflen);
|
2006-01-18 12:30:29 +03:00
|
|
|
|
|
|
|
#endif /* __MIDCOMMS_DOT_H__ */
|
|
|
|
|