williamr@4: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
williamr@4: // All rights reserved.
williamr@4: // This component and the accompanying materials are made available
williamr@4: // under the terms of the License "Eclipse Public License v1.0"
williamr@4: // which accompanies this distribution, and is available
williamr@4: // at the URL "http://www.eclipse.org/legal/epl-v10.html".
williamr@4: //
williamr@4: // Initial Contributors:
williamr@4: // Nokia Corporation - initial contribution.
williamr@4: //
williamr@4: // Contributors:
williamr@4: //
williamr@4: // Description:
williamr@4: // /omap3530/assp/inc/omap3530_ktrace.h
williamr@4: // KTRACE defines
williamr@4: // This file is part of the Beagle Base port
williamr@4: //
williamr@4: 
williamr@4: #ifndef OMAP3530_KTRACE_H
williamr@4: #define OMAP3530_KTRACE_H
williamr@4: 
williamr@4: #define KI2C			253
williamr@4: #define KGPIO			252
williamr@4: #define KPRCM			251
williamr@4: 
williamr@4: #endif // #ifndef OMAP3530_KTRACE_H
williamr@4: