xref: /haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/KPPP.h (revision 51978af14a173e7fae0563b562be5603bc652aeb)
1 //----------------------------------------------------------------------
2 //  This software is part of the OpenBeOS distribution and is covered
3 //  by the OpenBeOS license.
4 //
5 //  Copyright (c) 2003 Waldemar Kornewald, Waldemar.Kornewald@web.de
6 //---------------------------------------------------------------------
7 
8 #ifndef _K_PPP__H
9 #define _K_PPP__H
10 
11 #include <KPPPConfigurePacket.h>
12 #include <KPPPDevice.h>
13 	// includes KPPPInterface.h, KPPPLCP.h,
14 	// KPPPStateMachine.h and KPPPProtocol.h
15 #include <KPPPLCPExtension.h>
16 #include <KPPPOptionHandler.h>
17 
18 #include <PPPControl.h>
19 
20 
21 #endif
22