mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
55e301fd57
The header file will then be installed under /usr/include/linux so that userspace applications can refer to Btrfs ioctls by name and use the same structs used internally in the kernel. Signed-off-by: Filipe Brandenburger <filbranden@google.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>
6 lines
106 B
C
6 lines
106 B
C
#ifndef _LINUX_BTRFS_H
|
|
#define _LINUX_BTRFS_H
|
|
|
|
#include <uapi/linux/btrfs.h>
|
|
|
|
#endif /* _LINUX_BTRFS_H */
|