]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/linux/dasd_mod.h
Merge tag 'printk-for-5.13-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-jammy-kernel.git] / include / linux / dasd_mod.h
CommitLineData
26d7e28e
SH
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef DASD_MOD_H
3#define DASD_MOD_H
4
5#include <asm/dasd.h>
6
621c1f42
CH
7struct gendisk;
8
26d7e28e
SH
9extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);
10
11#endif