summaryrefslogtreecommitdiff
path: root/fs/smb/server/compress.h
blob: 663c6f44f09b01e92d224010adcc95a7c45c7a3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * SMB2 compression support for ksmbd.
 *
 * Copyright (C) 2026 Namjae Jeon <linkinjeon@kernel.org>
 */
#ifndef __KSMBD_COMPRESS_H__
#define __KSMBD_COMPRESS_H__

#include "connection.h"
#include "../common/compress/compress.h"

int ksmbd_decompress_request(struct ksmbd_conn *conn);
int ksmbd_compress_response(struct ksmbd_work *work);

#endif /* __KSMBD_COMPRESS_H__ */