blob: d485da0c34390d9e9952ee1358b2ff8d16d2fb2b [file] [log] [blame]
Thomas Gleixner328970d2019-05-24 12:04:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Mark Fashehccd979b2005-12-15 14:31:24 -08002/* -*- mode: c; c-basic-offset: 8; -*-
3 * vim: noexpandtab sw=8 ts=8 sts=0:
4 *
5 * export.h
6 *
7 * Function prototypes
8 *
9 * Copyright (C) 2002, 2005 Oracle. All rights reserved.
Mark Fashehccd979b2005-12-15 14:31:24 -080010 */
11
12#ifndef OCFS2_EXPORT_H
13#define OCFS2_EXPORT_H
14
Christoph Hellwiga5694252007-07-17 04:04:28 -070015#include <linux/exportfs.h>
16
Christoph Hellwig39655162007-10-21 16:42:17 -070017extern const struct export_operations ocfs2_export_ops;
Mark Fashehccd979b2005-12-15 14:31:24 -080018
19#endif /* OCFS2_EXPORT_H */