blob: 636357400505d9a2d7f07f1cc8476b29c685c9de [file] [log] [blame]
Thomas Gleixner328970d2019-05-24 12:04:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Masahiro Yamadafa60ce22021-05-06 18:06:44 -07002/*
Mark Fashehccd979b2005-12-15 14:31:24 -08003 * export.h
4 *
5 * Function prototypes
6 *
7 * Copyright (C) 2002, 2005 Oracle. All rights reserved.
Mark Fashehccd979b2005-12-15 14:31:24 -08008 */
9
10#ifndef OCFS2_EXPORT_H
11#define OCFS2_EXPORT_H
12
Christoph Hellwiga5694252007-07-17 04:04:28 -070013#include <linux/exportfs.h>
14
Christoph Hellwig39655162007-10-21 16:42:17 -070015extern const struct export_operations ocfs2_export_ops;
Mark Fashehccd979b2005-12-15 14:31:24 -080016
17#endif /* OCFS2_EXPORT_H */