Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/fs/dlm/util.h
26282 views
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
int to_dlm_errno(int err);
15
int from_dlm_errno(int err);
16
17
#endif
18
19
20