blob: 14e6cf8c62677f43b78821315dd7b532d9f7e588 [file] [log] [blame]
Stefan Haberland26d7e282020-05-19 16:22:59 +02001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef DASD_MOD_H
3#define DASD_MOD_H
4
5#include <asm/dasd.h>
6
Christoph Hellwig621c1f42020-06-20 09:16:44 +02007struct gendisk;
8
Stefan Haberland26d7e282020-05-19 16:22:59 +02009extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);
10
11#endif