mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-21 02:30:18 -06:00
13 lines
256 B
C
13 lines
256 B
C
// Copyright 2025 XTX Markets Technologies Limited
|
|
//
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#ifndef _TERNFS_EXPORT_H
|
|
#define _TERNFS_EXPORT_H
|
|
|
|
#include <linux/fs.h>
|
|
|
|
extern struct export_operations ternfs_export_ops;
|
|
|
|
#endif /* _TERNFS_EXPORT_H */
|