start libspark y copying libtriple

Origin commit data
------------------
Branch: master
Commit: d363d3e95b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-02-02 (Thu, 02 Feb 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-02-02 07:28:35 +01:00
parent 3d6561c377
commit 722db64e2e
33 changed files with 5471 additions and 0 deletions

7
libspark/lt_dfbinput.h Normal file
View File

@@ -0,0 +1,7 @@
/* functions from lt_dfbinput.c */
#ifndef __LT_DFB_INPUT_H_
#define __LT_DFB_INPUT_H_
void start_input_thread(IDirectFB *dfb);
void stop_input_thread(void);
#endif