mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 10:44:14 +08: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>
7 lines
106 B
C
7 lines
106 B
C
#ifndef _LINUX_BTRFS_H
|
|
#define _LINUX_BTRFS_H
|
|
|
|
#include <uapi/linux/btrfs.h>
|
|
|
|
#endif /* _LINUX_BTRFS_H */
|