Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.24 KB

usb_moded-lock.h

File metadata and controls

31 lines (26 loc) · 1.24 KB
 
Mar 1, 2012
Mar 1, 2012
1
2
/*
Copyright (C) 2012 Nokia Corporation. All rights reserved.
Nov 7, 2016
Nov 7, 2016
3
Copyright (C) 2013-2016 Jolla Ltd.
Mar 1, 2012
Mar 1, 2012
4
5
Author: Philippe De Swert <philippe.de-swert@nokia.com>
Nov 7, 2016
Nov 7, 2016
6
7
Author: Philippe De Swert <philippe.deswert@jollamobile.com>
Author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Mar 1, 2012
Mar 1, 2012
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This program is free software; you can redistribute it and/or
modify it under the terms of the Lesser 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.
You should have received a copy of the Lesser GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
*/
/*
* Function definitions to interact with a security lock to know if
we can expose the system contents or not
*/
/*============================================================================= */
Feb 14, 2017
Feb 14, 2017
29
gboolean usb_moded_get_export_permission(void);
Nov 7, 2016
Nov 7, 2016
30
31
gboolean start_devicelock_listener(void);
void stop_devicelock_listener(void);