 289b04677a
			
		
	
	
		289b04677a
		
	
	
	
	
		
			
			This obviates the need for several file system implementations to remember the device on which they are mounted. Change-Id: Ida8325cf4bcf072e61761cfee34e3f7ed2d750b9
		
			
				
	
	
		
			14 lines
		
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			205 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _VTREEFS_GLO_H
 | |
| #define _VTREEFS_GLO_H
 | |
| 
 | |
| #ifdef _TABLE
 | |
| #undef EXTERN
 | |
| #define EXTERN
 | |
| #endif
 | |
| 
 | |
| EXTERN struct fs_hooks *vtreefs_hooks;
 | |
| 
 | |
| extern struct fsdriver vtreefs_table;
 | |
| 
 | |
| #endif /* _VTREEFS_GLO_H */
 |