Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * export.h
0004  *
0005  * Function prototypes
0006  *
0007  * Copyright (C) 2002, 2005 Oracle.  All rights reserved.
0008  */
0009 
0010 #ifndef OCFS2_EXPORT_H
0011 #define OCFS2_EXPORT_H
0012 
0013 #include <linux/exportfs.h>
0014 
0015 extern const struct export_operations ocfs2_export_ops;
0016 
0017 #endif /* OCFS2_EXPORT_H */