mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 01:28: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
11
sound/oss/mpu401.h
Normal file
11
sound/oss/mpu401.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
|
||||
/* From uart401.c */
|
||||
int probe_uart401 (struct address_info *hw_config, struct module *owner);
|
||||
void unload_uart401 (struct address_info *hw_config);
|
||||
|
||||
irqreturn_t uart401intr (int irq, void *dev_id);
|
||||
|
||||
/* From mpu401.c */
|
||||
int probe_mpu401(struct address_info *hw_config, struct resource *ports);
|
||||
int attach_mpu401(struct address_info * hw_config, struct module *owner);
|
||||
void unload_mpu401(struct address_info *hw_info);
|
Loading…
Add table
Add a link
Reference in a new issue