hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/dlm/midcomms.h
....@@ -1,12 +1,10 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /******************************************************************************
23 *******************************************************************************
34 **
45 ** Copyright (C) Sistina Software, Inc. 1997-2003 All rights reserved.
56 ** Copyright (C) 2004-2005 Red Hat, Inc. All rights reserved.
67 **
7
-** This copyrighted material is made available to anyone wishing to use,
8
-** modify, copy, or redistribute it subject to the terms and conditions
9
-** of the GNU General Public License v.2.
108 **
119 *******************************************************************************
1210 ******************************************************************************/
....@@ -14,8 +12,7 @@
1412 #ifndef __MIDCOMMS_DOT_H__
1513 #define __MIDCOMMS_DOT_H__
1614
17
-int dlm_process_incoming_buffer(int nodeid, const void *base, unsigned offset,
18
- unsigned len, unsigned limit);
15
+int dlm_process_incoming_buffer(int nodeid, unsigned char *buf, int buflen);
1916
2017 #endif /* __MIDCOMMS_DOT_H__ */
2118