forked from mirrors/linux
		
	Move the struct block_device definition together with most of the block layer definitions, as it has nothing to do with the rest of fs.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			204 B
		
	
	
	
		
			C
		
	
	
	
	
	
/* SPDX-License-Identifier: GPL-2.0 */
 | 
						|
#ifndef DASD_MOD_H
 | 
						|
#define DASD_MOD_H
 | 
						|
 | 
						|
#include <asm/dasd.h>
 | 
						|
 | 
						|
struct gendisk;
 | 
						|
 | 
						|
extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);
 | 
						|
 | 
						|
#endif
 |