Add start of ecore_drm_launch code

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2013-11-26 14:13:50 +00:00
parent 6475a69c29
commit df98346938
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <limits.h>
int
main(int argc, char **argv)
{
printf("Ecore_Drm_Launch Started\n");
return 0;
}