blob: 14e6cf8c62677f43b78821315dd7b532d9f7e588 [file] [log] [blame]
Olivier Deprez157378f2022-04-04 15:47:50 +02001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef DASD_MOD_H
3#define DASD_MOD_H
4
5#include <asm/dasd.h>
6
7struct gendisk;
8
9extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);
10
11#endif