mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 17:18: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
14
arch/arm/mach-nspire/clcd.h
Normal file
14
arch/arm/mach-nspire/clcd.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* linux/arch/arm/mach-nspire/clcd.h
|
||||
*
|
||||
* Copyright (C) 2013 Daniel Tang <tangrs@tangrs.id.au>
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
* it under the terms of the GNU General Public License version 2, as
|
||||
* published by the Free Software Foundation.
|
||||
*
|
||||
*/
|
||||
|
||||
int nspire_clcd_setup(struct clcd_fb *fb);
|
||||
int nspire_clcd_mmap(struct clcd_fb *fb, struct vm_area_struct *vma);
|
||||
void nspire_clcd_remove(struct clcd_fb *fb);
|
Loading…
Add table
Add a link
Reference in a new issue