#ifndef __SHA_DATA_TYPES_H__ #define __SHA_DATA_TYPES_H__ //***************************************************************************** // (C) Automotive Lighting Reutlingen GmbH // Tuebinger Strasse 123, 72762 Reutlingen, Germany // // Automotive Lighting Reutlingen GmbH owns all the rights to this work. // This work shall not be copied, reproduced, used, modified, transferred // or its information shall not be disclosed without the prior written // authorization of Automotive Lighting Reutlingen GmbH. //***************************************************************************** //----------------------------------------------------------------------------- /// \file ShaData.h /// /// \brief /// /// \descr /// /// \author Cosmin Cojocaru (f11501c) /// mailTo:constantin-cosmin.cojocaru(at)marelli.com //----------------------------------------------------------------------------- //============================================================================= // includes //============================================================================= #include "ShaData_Types.h" //============================================================================= // externals //============================================================================= extern tShaData __attribute__((section(".SHA_DATA"))) ShaData; extern tShaDataWD __attribute__((section(".SHA_DATA_WD"))) ShaDataWD; extern const tEcuMountingSide EcuMountingSide_LEFT; extern const tEcuMountingSide EcuMountingSide_RIGHT; extern const tEcuMountingSide EcuMountingSide_UNKNOWN; #endif // __SHA_DATA_TYPES_H__