10b61f8a4SDave Chinner // SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds /* 37b718769SNathan Scott * Copyright (c) 2000-2003,2005 Silicon Graphics, Inc. 47b718769SNathan Scott * All Rights Reserved. 51da177e4SLinus Torvalds */ 61da177e4SLinus Torvalds #ifndef __XFS_H__ 71da177e4SLinus Torvalds #define __XFS_H__ 893c189c1SVlad Apostolov 993c189c1SVlad Apostolov #ifdef CONFIG_XFS_DEBUG 1093c189c1SVlad Apostolov #define DEBUG 1 1193c189c1SVlad Apostolov #endif 1293c189c1SVlad Apostolov 13*c08d0399SDarrick J. Wong #ifdef CONFIG_XFS_DEBUG_EXPENSIVE 14*c08d0399SDarrick J. Wong #define DEBUG_EXPENSIVE 1 15*c08d0399SDarrick J. Wong #endif 16*c08d0399SDarrick J. Wong 171040960eSBrian Foster #ifdef CONFIG_XFS_ASSERT_FATAL 181040960eSBrian Foster #define XFS_ASSERT_FATAL 1 191040960eSBrian Foster #endif 201040960eSBrian Foster 21742ae1e3SDave Chinner #ifdef CONFIG_XFS_WARN 22742ae1e3SDave Chinner #define XFS_WARN 1 23742ae1e3SDave Chinner #endif 24742ae1e3SDave Chinner 25742ae1e3SDave Chinner 2606f8e2d6SAlex Elder #include "xfs_linux.h" 2706f8e2d6SAlex Elder 281da177e4SLinus Torvalds #endif /* __XFS_H__ */ 29