⛏️ index : haiku.git

/*
 * Copyright 2003-2004, Haiku Inc.
 * Distributed under the terms of the MIT License.
 */

#ifndef _K_PPP__H
#define _K_PPP__H

#include <KPPPConfigurePacket.h>
#include <KPPPDevice.h>
	// includes KPPPInterface.h, KPPPLCP.h,
	// KPPPStateMachine.h and KPPPProtocol.h
#include <KPPPLCPExtension.h>
#include <KPPPOptionHandler.h>

#include <PPPControl.h>


#endif