mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +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 */
|