aufs.h 325 Bytes
Newer Older
J. R. Okajima's avatar
J. R. Okajima committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2005-2019 Junjiro R. Okajima
 */

/*
 * all header files
 */

#ifndef __AUFS_H__
#define __AUFS_H__

#ifdef __KERNEL__

J. R. Okajima's avatar
J. R. Okajima committed
15
16
#include "debug.h"

J. R. Okajima's avatar
J. R. Okajima committed
17
#include "inode.h"
J. R. Okajima's avatar
J. R. Okajima committed
18
#include "module.h"
J. R. Okajima's avatar
J. R. Okajima committed
19
#include "rwsem.h"
J. R. Okajima's avatar
J. R. Okajima committed
20
#include "super.h"
J. R. Okajima's avatar
J. R. Okajima committed
21
22
23

#endif /* __KERNEL__ */
#endif /* __AUFS_H__ */