]> Git Repo - J-linux.git/blob - include/linux/raid/detect.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / raid / detect.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 void md_autodetect_dev(dev_t dev);
4
5 #ifdef CONFIG_BLK_DEV_MD
6 void md_run_setup(void);
7 #else
8 static inline void md_run_setup(void)
9 {
10 }
11 #endif
This page took 0.029119 seconds and 4 git commands to generate.