aufs.h 286 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
#include "inode.h"
J. R. Okajima's avatar
J. R. Okajima committed
16
#include "module.h"
J. R. Okajima's avatar
J. R. Okajima committed
17
#include "super.h"
J. R. Okajima's avatar
J. R. Okajima committed
18
19
20

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