Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dasd_mod.h « linux « include - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14e6cf8c62677f43b78821315dd7b532d9f7e588 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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