projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
soundwire: bus: introduce controller_id
[platform/kernel/linux-rpi.git]
/
include
/
linux
/
dasd_mod.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef DASD_MOD_H
3
#define DASD_MOD_H
4
5
#include <asm/dasd.h>
6
7
struct gendisk;
8
9
extern int dasd_biodasdinfo(struct gendisk *disk, dasd_information2_t *info);
10
11
#endif