mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-11-02 00:55:37 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
38
drivers/gud/gud-exynos7870/TlcTui/inc/t-base-tui.h
Normal file
38
drivers/gud/gud-exynos7870/TlcTui/inc/t-base-tui.h
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
/*
|
||||
* Copyright (c) 2013-2014 TRUSTONIC LIMITED
|
||||
* All Rights Reserved.
|
||||
*
|
||||
* 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.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef __TBASE_TUI_H__
|
||||
#define __TBASE_TUI_H__
|
||||
|
||||
#define TRUSTEDUI_MODE_OFF 0x00
|
||||
#define TRUSTEDUI_MODE_ALL 0xff
|
||||
#define TRUSTEDUI_MODE_TUI_SESSION 0x01
|
||||
#define TRUSTEDUI_MODE_VIDEO_SECURED 0x02
|
||||
#define TRUSTEDUI_MODE_INPUT_SECURED 0x04
|
||||
|
||||
#ifdef CONFIG_TRUSTONIC_TRUSTED_UI
|
||||
|
||||
int trustedui_blank_inc(void);
|
||||
int trustedui_blank_dec(void);
|
||||
int trustedui_blank_get_counter(void);
|
||||
void trustedui_blank_set_counter(int counter);
|
||||
|
||||
int trustedui_get_current_mode(void);
|
||||
void trustedui_set_mode(int mode);
|
||||
int trustedui_set_mask(int mask);
|
||||
int trustedui_clear_mask(int mask);
|
||||
|
||||
#endif /* CONFIG_TRUSTONIC_TRUSTED_UI */
|
||||
|
||||
#endif /* __TBASE_TUI_H__ */
|
||||
Loading…
Add table
Add a link
Reference in a new issue