Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.6-rc1 13 lines 270 B view raw
1/* SPDX-License-Identifier: GPL-2.0-or-later */ 2/* 3 md_u.h : user <=> kernel API between Linux raidtools and RAID drivers 4 Copyright (C) 1998 Ingo Molnar 5 6*/ 7#ifndef _MD_U_H 8#define _MD_U_H 9 10#include <uapi/linux/raid/md_u.h> 11 12extern int mdp_major; 13#endif