/* SPDX-License-Identifier: GPL-2.0-or-later */ /* AFS File Service definitions * * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved. * Written by David Howells ([email protected]) */ #ifndef AFS_FS_H #define AFS_FS_H #define AFS_FS_PORT … #define FS_SERVICE … enum AFS_FS_Operations { … }; enum AFS_FS_Errors { … }; #endif /* AFS_FS_H */