mirror of
				https://git.proxmox.com/git/mirror_spl-debian
				synced 2025-11-04 15:16:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			167 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef _SPL_T_LOCK_H
 | 
						|
#define _SPL_T_LOCK_H
 | 
						|
 | 
						|
#include <sys/param.h>
 | 
						|
#include <sys/mutex.h>
 | 
						|
#include <sys/rwlock.h>
 | 
						|
#include <sys/condvar.h>
 | 
						|
 | 
						|
#endif /* SPL_T_LOCK_H */
 |