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: d39abad2ff6e4c06b084cb0fa70a5e5b3b3a4da0 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef DASD_MOD_H
#define DASD_MOD_H

#include <asm/dasd.h>

extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);

#endif