| 
									
										
										
										
											2006-07-03 17:27:12 -07:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * ioctl.h | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Function prototypes | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * Copyright (C) 2006 Herbert Poetzl | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-02 13:59:42 +08:00
										 |  |  | #ifndef OCFS2_IOCTL_PROTO_H
 | 
					
						
							|  |  |  | #define OCFS2_IOCTL_PROTO_H
 | 
					
						
							| 
									
										
										
										
											2006-07-03 17:27:12 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2008-01-27 03:17:17 +01:00
										 |  |  | long ocfs2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg); | 
					
						
							| 
									
										
										
										
											2007-03-09 15:56:28 -08:00
										 |  |  | long ocfs2_compat_ioctl(struct file *file, unsigned cmd, unsigned long arg); | 
					
						
							| 
									
										
										
										
											2006-07-03 17:27:12 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-02 13:59:42 +08:00
										 |  |  | #endif /* OCFS2_IOCTL_PROTO_H */
 |