blob: f6ffb4f248f78eed917481b81be7a2c504a16a24 [file] [log] [blame]
Dave Chinner0b61f8a2018-06-05 19:42:14 -07001// SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Nathan Scott7b718762005-11-02 14:58:39 +11003 * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 */
6#ifndef __XFS_H__
7#define __XFS_H__
Vlad Apostolov93c189c2006-11-11 18:03:49 +11008
9#ifdef CONFIG_XFS_DEBUG
Vlad Apostolov93c189c2006-11-11 18:03:49 +110010#define DEBUG 1
Vlad Apostolov93c189c2006-11-11 18:03:49 +110011#endif
12
Brian Foster1040960e2017-06-14 21:29:13 -070013#ifdef CONFIG_XFS_ASSERT_FATAL
14#define XFS_ASSERT_FATAL 1
15#endif
16
Dave Chinner742ae1e2013-04-30 21:39:34 +100017#ifdef CONFIG_XFS_WARN
18#define XFS_WARN 1
19#endif
20
21
Alex Elder06f8e2d2011-08-12 13:57:55 -050022#include "xfs_linux.h"
23
Linus Torvalds1da177e2005-04-16 15:20:36 -070024#endif /* __XFS_H__ */