/*************************************************************************
 *
 *    Used with ICCARM and AARM.
 *
 *    (c) Copyright IAR Systems 2006
 *
 *    File name   : iar_logo.h
 *    Description : IAR Logo include file
 *
 *    History :
 *    1. Date        : December 4, 2006
 *       Author      : Stanimir Bonev
 *       Description : Create
 *
 *    $Revision: #1 $
 **************************************************************************/
#include "drv_glcd.h"
#include "arm_comm.h"

#ifndef __IAR_LOGO_H
#define __IAR_LOGO_H

extern Bmp_t IAR_Logo;

#endif // __IAR_LOGO_H
