Code cleanup
This commit is contained in:
parent
ba215a1d7c
commit
5a3b1b052d
@ -13,6 +13,7 @@
|
|||||||
* You should have received a copy of the GNU General Public License
|
* You should have received a copy of the GNU General Public License
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
/* TODO:
|
/* TODO:
|
||||||
|
* - implement "mute" with the mixer (GSM Line Out)
|
||||||
* - register a handler for deep sleep (just to avoid unknown errors)
|
* - register a handler for deep sleep (just to avoid unknown errors)
|
||||||
* - implement notification lights */
|
* - implement notification lights */
|
||||||
|
|
||||||
@ -67,7 +68,7 @@ typedef struct _Openmoko
|
|||||||
|
|
||||||
|
|
||||||
/* prototypes */
|
/* prototypes */
|
||||||
/* plugins */
|
/* plug-in */
|
||||||
static int _openmoko_init(PhonePlugin * plugin);
|
static int _openmoko_init(PhonePlugin * plugin);
|
||||||
static int _openmoko_destroy(PhonePlugin * plugin);
|
static int _openmoko_destroy(PhonePlugin * plugin);
|
||||||
static int _openmoko_event(PhonePlugin * plugin, PhoneEvent * event);
|
static int _openmoko_event(PhonePlugin * plugin, PhoneEvent * event);
|
||||||
|
Loading…
Reference in New Issue
Block a user