Started Webserver RNDIS host project.

This commit is contained in:
Dean Camera 2010-01-12 07:29:43 +00:00
parent 89e4d73289
commit f0d6d4ef13
33 changed files with 9045 additions and 2 deletions

View file

@ -0,0 +1,15 @@
#ifndef __APPS_CONF_H__
#define __APPS_CONF_H__
//Here we include the header file for the application(s) we use in our project.
//#include "smtp.h"
//#include "hello-world.h"
//#include "simple-httpd.h"
//#include "telnetd.h"
//#include "webserver.h"
//#include "dhcpc.h"
//#include "resolv.h"
//#include "webclient.h"
#endif /*__APPS_CONF_H__*/