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
20
drivers/parport/multiface.h
Normal file
20
drivers/parport/multiface.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef _MULTIFACE_H_
|
||||
#define _MULTIFACE_H_
|
||||
|
||||
/*
|
||||
* Defines for SerialMaster, Multiface Card II and Multiface Card III
|
||||
* The addresses given below are offsets to the board base address
|
||||
*
|
||||
* 6.11.95 Joerg Dorchain (dorchain@mpi-sb.mpg.de)
|
||||
*
|
||||
*/
|
||||
|
||||
#define PIA_REG_PADWIDTH 255
|
||||
|
||||
#define DUARTBASE 0x0000
|
||||
#define PITBASE 0x0100
|
||||
#define ROMBASE 0x0200
|
||||
#define PIABASE 0x4000
|
||||
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue