Source
1
+
/* SPDX-License-Identifier: GPL-2.0 */
1
2
#ifndef __IDE_DISK_H
2
3
#define __IDE_DISK_H
3
4
4
5
#include "ide-gd.h"
5
6
6
7
#ifdef CONFIG_IDE_GD_ATA
7
8
/* ide-disk.c */
8
9
extern const struct ide_disk_ops ide_ata_disk_ops;
9
10
ide_decl_devset(address);
10
11
ide_decl_devset(multcount);