Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.03 KB

usb_moded-dsme.h

File metadata and controls

30 lines (23 loc) · 1.03 KB
 
1
2
3
/**
@file usb_moded-dsme.h
Nov 7, 2016
Nov 7, 2016
4
Copyright (C) 2013-2016 Jolla. All rights reserved.
5
6
@author: Philippe De Swert <philippe.deswert@jollamobile.com>
Nov 7, 2016
Nov 7, 2016
7
@author: Simo Piiroinen <simo.piiroinen@jollamobile.com>
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
*/
Mar 13, 2017
Mar 13, 2017
24
25
26
27
#ifndef MEEGOLOCK
# warning usb_moded-dsme.h included without enabling MEEGOLOCK
#endif
Nov 7, 2016
Nov 7, 2016
28
29
30
gboolean is_in_user_state(void);
gboolean dsme_listener_start(void);
void dsme_listener_stop(void);