mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 09:08:05 -04:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
22
drivers/md/dm-mpath.h
Normal file
22
drivers/md/dm-mpath.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
/*
|
||||
* Copyright (C) 2004 Red Hat, Inc. All rights reserved.
|
||||
*
|
||||
* This file is released under the GPL.
|
||||
*
|
||||
* Multipath.
|
||||
*/
|
||||
|
||||
#ifndef DM_MPATH_H
|
||||
#define DM_MPATH_H
|
||||
|
||||
struct dm_dev;
|
||||
|
||||
struct dm_path {
|
||||
struct dm_dev *dev; /* Read-only */
|
||||
void *pscontext; /* For path-selector use */
|
||||
};
|
||||
|
||||
/* Callback for hwh_pg_init_fn to use when complete */
|
||||
void dm_pg_init_complete(struct dm_path *path, unsigned err_flags);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue