]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/CORTEX_R4F_RZ_T_GCC_IAR_ARM/System/GCC/inc/siochar.h
Modify RZ/T e2studio directory structure to accommodate an IAR project.
[freertos] / FreeRTOS / Demo / CORTEX_R4F_RZ_T_GCC_IAR_ARM / System / GCC / inc / siochar.h
1 /***********************************************************************************************************************\r
2 * DISCLAIMER\r
3 * This software is supplied by Renesas Electronics Corporation and is only\r
4 * intended for use with Renesas products. No other uses are authorized. This\r
5 * software is owned by Renesas Electronics Corporation and is protected under\r
6 * all applicable laws, including copyright laws.\r
7 * THIS SOFTWARE IS PROVIDED "AS IS" AND RENESAS MAKES NO WARRANTIES REGARDING\r
8 * THIS SOFTWARE, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT\r
9 * LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE\r
10 * AND NON-INFRINGEMENT. ALL SUCH WARRANTIES ARE EXPRESSLY DISCLAIMED.\r
11 * TO THE MAXIMUM EXTENT PERMITTED NOT PROHIBITED BY LAW, NEITHER RENESAS\r
12 * ELECTRONICS CORPORATION NOR ANY OF ITS AFFILIATED COMPANIES SHALL BE LIABLE\r
13 * FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES FOR\r
14 * ANY REASON RELATED TO THIS SOFTWARE, EVEN IF RENESAS OR ITS AFFILIATES HAVE\r
15 * BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.\r
16 * Renesas reserves the right, without notice, to make changes to this software\r
17 * and to discontinue the availability of this software. By using this software,\r
18 * you agree to the additional terms and conditions found by accessing the\r
19 * following link:\r
20 * http://www.renesas.com/disclaimer\r
21 *\r
22 * Copyright (C) 2014 Renesas Electronics Corporation. All rights reserved.\r
23 ***********************************************************************************************************************/\r
24 /***********************************************************************************************************************\r
25 * File Name     : siochar.h\r
26 * Device(s)     : RZ/A1H (R7S910018)\r
27 * Tool-Chain    : GNUARM-NONEv14.02-EABI\r
28 * H/W Platform  : RSK+T1 CPU Board\r
29 * Description   : Sample Program - Terminal I/O header file\r
30 ***********************************************************************************************************************/\r
31 /***********************************************************************************************************************\r
32 * History       : DD.MM.YYYY Version Description\r
33 *               : 21.10.2014 1.00\r
34 ***********************************************************************************************************************/\r
35 \r
36 /* Multiple inclusion prevention macro */\r
37 #ifndef SIO_CHAR_H\r
38 #define SIO_CHAR_H\r
39 \r
40 /***********************************************************************************************************************\r
41 Includes   <System Includes> , "Project Includes"\r
42 ***********************************************************************************************************************/\r
43 \r
44 /***********************************************************************************************************************\r
45 Functions Prototypes\r
46 ***********************************************************************************************************************/\r
47 int32_t sio_write (int32_t file_no, const char * buffer, uint32_t writing_b);\r
48 int32_t sio_read (int32_t file_no, char * buffer, uint32_t reading_b);\r
49 \r
50 void    io_init_scifa2 (void);\r
51 char    io_get_char (void);\r
52 void    io_put_char (char buffer);\r
53 \r
54 /* SIO_CHAR_H */\r
55 #endif  \r
56 \r
57 /* End of File */\r