aboutsummaryrefslogtreecommitdiffstats
path: root/fs/dlm/util.h
blob: b6a4b8adca8d8f5b8e2cadead0f4dc36cd090fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: GPL-2.0-only */
/******************************************************************************
*******************************************************************************
**
**  Copyright (C) 2005 Red Hat, Inc.  All rights reserved.
**
**
*******************************************************************************
******************************************************************************/

#ifndef __UTIL_DOT_H__
#define __UTIL_DOT_H__

int to_dlm_errno(int err);
int from_dlm_errno(int err);

#endif