Renesas GR-PEACH OpenCV Development / gr-peach-opencv-project-sd-card_update

Fork of gr-peach-opencv-project-sd-card by the do

Committer:
thedo
Date:
Fri Jul 21 01:26:54 2017 +0000
Revision:
167:2ee3e82cb6f5
Parent:
166:240bc5a0f42a
gr-peach-opencv-project-sd-card

Who changed what in which revision?

UserRevisionLine numberNew contents of line
thedo 166:240bc5a0f42a 1 /*----------------------------------------------------------------------------
thedo 166:240bc5a0f42a 2 * RL-ARM - RTX
thedo 166:240bc5a0f42a 3 *----------------------------------------------------------------------------
thedo 166:240bc5a0f42a 4 * Name: RT_ROBIN.H
thedo 166:240bc5a0f42a 5 * Purpose: Round Robin Task switching definitions
thedo 166:240bc5a0f42a 6 * Rev.: V4.60
thedo 166:240bc5a0f42a 7 *----------------------------------------------------------------------------
thedo 166:240bc5a0f42a 8 *
thedo 166:240bc5a0f42a 9 * Copyright (c) 1999-2009 KEIL, 2009-2015 ARM Germany GmbH
thedo 166:240bc5a0f42a 10 * All rights reserved.
thedo 166:240bc5a0f42a 11 * Redistribution and use in source and binary forms, with or without
thedo 166:240bc5a0f42a 12 * modification, are permitted provided that the following conditions are met:
thedo 166:240bc5a0f42a 13 * - Redistributions of source code must retain the above copyright
thedo 166:240bc5a0f42a 14 * notice, this list of conditions and the following disclaimer.
thedo 166:240bc5a0f42a 15 * - Redistributions in binary form must reproduce the above copyright
thedo 166:240bc5a0f42a 16 * notice, this list of conditions and the following disclaimer in the
thedo 166:240bc5a0f42a 17 * documentation and/or other materials provided with the distribution.
thedo 166:240bc5a0f42a 18 * - Neither the name of ARM nor the names of its contributors may be used
thedo 166:240bc5a0f42a 19 * to endorse or promote products derived from this software without
thedo 166:240bc5a0f42a 20 * specific prior written permission.
thedo 166:240bc5a0f42a 21 *
thedo 166:240bc5a0f42a 22 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
thedo 166:240bc5a0f42a 23 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
thedo 166:240bc5a0f42a 24 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
thedo 166:240bc5a0f42a 25 * ARE DISCLAIMED. IN NO EVENT SHALL COPYRIGHT HOLDERS AND CONTRIBUTORS BE
thedo 166:240bc5a0f42a 26 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
thedo 166:240bc5a0f42a 27 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
thedo 166:240bc5a0f42a 28 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
thedo 166:240bc5a0f42a 29 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
thedo 166:240bc5a0f42a 30 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
thedo 166:240bc5a0f42a 31 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
thedo 166:240bc5a0f42a 32 * POSSIBILITY OF SUCH DAMAGE.
thedo 166:240bc5a0f42a 33 *---------------------------------------------------------------------------*/
thedo 166:240bc5a0f42a 34
thedo 166:240bc5a0f42a 35 /* Variables */
thedo 166:240bc5a0f42a 36 extern struct OS_ROBIN os_robin;
thedo 166:240bc5a0f42a 37
thedo 166:240bc5a0f42a 38 /* Functions */
thedo 166:240bc5a0f42a 39 extern void rt_init_robin (void);
thedo 166:240bc5a0f42a 40 extern void rt_chk_robin (void);
thedo 166:240bc5a0f42a 41
thedo 166:240bc5a0f42a 42 /*----------------------------------------------------------------------------
thedo 166:240bc5a0f42a 43 * end of file
thedo 166:240bc5a0f42a 44 *---------------------------------------------------------------------------*/
thedo 166:240bc5a0f42a 45