xref: /openbmc/linux/include/linux/dasd_mod.h (revision 621c1f42)
126d7e28eSStefan Haberland /* SPDX-License-Identifier: GPL-2.0 */
226d7e28eSStefan Haberland #ifndef DASD_MOD_H
326d7e28eSStefan Haberland #define DASD_MOD_H
426d7e28eSStefan Haberland 
526d7e28eSStefan Haberland #include <asm/dasd.h>
626d7e28eSStefan Haberland 
7621c1f42SChristoph Hellwig struct gendisk;
8621c1f42SChristoph Hellwig 
926d7e28eSStefan Haberland extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);
1026d7e28eSStefan Haberland 
1126d7e28eSStefan Haberland #endif
12