Sign in
cos
/
third_party
/
kernel
/
ee1a1284c09d6c89e62b637b77248f2272cc96f9
/
.
/
include
/
linux
/
raid
/
detect.h
blob: 1f029a71c3ef05f7f453e2bd7f4b470ee0b840c9 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
void
md_autodetect_dev
(
dev_t
dev
);
#ifdef
CONFIG_BLK_DEV_MD
void
md_run_setup
(
void
);
#else
static
inline
void
md_run_setup
(
void
)
{
}
#endif