 289b04677a
			
		
	
	
		289b04677a
		
	
	
	
	
		
			
			This obviates the need for several file system implementations to remember the device on which they are mounted. Change-Id: Ida8325cf4bcf072e61761cfee34e3f7ed2d750b9
		
			
				
	
	
		
			18 lines
		
	
	
		
			395 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			395 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef _SFFS_GLO_H
 | |
| #define _SFFS_GLO_H
 | |
| 
 | |
| #ifdef _TABLE
 | |
| #undef EXTERN
 | |
| #define EXTERN
 | |
| #endif
 | |
| 
 | |
| EXTERN char *sffs_name;				/* file server name */
 | |
| EXTERN const struct sffs_table *sffs_table;	/* call table */
 | |
| EXTERN struct sffs_params *sffs_params;		/* parameters */
 | |
| 
 | |
| EXTERN int read_only;				/* mounted read-only? */
 | |
| 
 | |
| extern struct fsdriver sffs_dtable;		/* driver table */
 | |
| 
 | |
| #endif /* _SFFS_GLO_H */
 |