brintos

brintos / linux-shallow public Read only

0
0
Text · 439 B · 9355cca Raw
29 lines · c
1// SPDX-License-Identifier: GPL-2.02/*3 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.4 * All Rights Reserved.5 */6#ifndef __XFS_H__7#define __XFS_H__8 9#ifdef CONFIG_XFS_DEBUG10#define DEBUG 111#endif12 13#ifdef CONFIG_XFS_DEBUG_EXPENSIVE14#define DEBUG_EXPENSIVE 115#endif16 17#ifdef CONFIG_XFS_ASSERT_FATAL18#define XFS_ASSERT_FATAL 119#endif20 21#ifdef CONFIG_XFS_WARN22#define XFS_WARN 123#endif24 25 26#include "xfs_linux.h"27 28#endif	/* __XFS_H__ */29