splitted ppp.h to an internal and external header file to get a clear separation of which functions an application or port may use (task #11281)

This commit is contained in:
Simon Goldschmidt
2011-09-11 19:30:28 +02:00
parent 6058389974
commit d6227aece6
16 changed files with 401 additions and 314 deletions

View File

@@ -68,7 +68,7 @@
#if PPP_SUPPORT /* don't build if not configured for use in lwipopts.h */
#include "ppp.h"
#include "ppp_impl.h"
#include "pppdebug.h"
#include "fsm.h"