brintos

brintos / linux-shallow public Read only

0
0
Text · 545 B · b6a4b8a Raw
19 lines · c
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 14int to_dlm_errno(int err);15int from_dlm_errno(int err);16 17#endif18 19