diff -r b7e488c49d0d -r 117faf51deac omap3530/beagle_drivers/wb/wb.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/omap3530/beagle_drivers/wb/wb.cpp Wed Mar 03 13:10:32 2010 +0000 @@ -0,0 +1,37 @@ +// Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of the License "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// omap3530/beagle_drivers/led/led.cpp +// + +#include +#include +#include +#include +#include // GPIO interrupts +#include + +#include // Required for definition of TIsr + +#include + +DECLARE_STANDARD_EXTENSION() + { + + CyAsHalAstoriaInit(); + return KErrNone; + } + + + +