forked from mirrors/linux
		
	 55e301fd57
			
		
	
	
		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 */
 |