staging: rtl8723bs: os_dep: change return type of rtw_suspend_ap_wow
[linux/fpc-iii.git] / fs / ntfs / quota.h
blobfe3132a3d6d22e24ac1764f9744ec6ff373b69ea
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * quota.h - Defines for NTFS kernel quota ($Quota) handling. Part of the
4 * Linux-NTFS project.
6 * Copyright (c) 2004 Anton Altaparmakov
7 */
9 #ifndef _LINUX_NTFS_QUOTA_H
10 #define _LINUX_NTFS_QUOTA_H
12 #ifdef NTFS_RW
14 #include "types.h"
15 #include "volume.h"
17 extern bool ntfs_mark_quotas_out_of_date(ntfs_volume *vol);
19 #endif /* NTFS_RW */
21 #endif /* _LINUX_NTFS_QUOTA_H */