blob: 69c7bd1035dac92783fd742c850df299d0761d74 [file] [log] [blame]
Samuel Cabrerobf80e5d2020-11-30 19:02:51 +01001/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Witness Service client for CIFS
4 *
5 * Copyright (c) 2020 Samuel Cabrero <scabrero@suse.de>
6 */
7
8#ifndef _CIFS_SWN_H
9#define _CIFS_SWN_H
10
11struct cifs_tcon;
12
13extern int cifs_swn_register(struct cifs_tcon *tcon);
14
15extern int cifs_swn_unregister(struct cifs_tcon *tcon);
16
17#endif /* _CIFS_SWN_H */