comparison packages/hal/powerpc/quicc/current/include/quicc_smc1.h @ 32:5af43b635655 ecos-sw-1999-08-18

Merge from eCos master repository on 1999-08-18-15:20:01-BST
author jlarmour
date Wed, 18 Aug 1999 15:33:44 +0000
parents
children c38311975d4f
comparison
equal deleted inserted replaced
31:e8319549378c 32:5af43b635655
1 #ifndef CYGONCE_HAL_PPC_QUICC_SMC1_H
2 #define CYGONCE_HAL_PPC_QUICC_SMC1_H
3 //=============================================================================
4 //
5 // quicc_smc1.h
6 //
7 // PowerPC QUICC basic Serial IO using port SMC1
8 //
9 //=============================================================================
10 //####COPYRIGHTBEGIN####
11 //
12 // -------------------------------------------
13 // The contents of this file are subject to the Cygnus eCos Public License
14 // Version 1.0 (the "License"); you may not use this file except in
15 // compliance with the License. You may obtain a copy of the License at
16 // http://sourceware.cygnus.com/ecos
17 //
18 // Software distributed under the License is distributed on an "AS IS"
19 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
20 // License for the specific language governing rights and limitations under
21 // the License.
22 //
23 // The Original Code is eCos - Embedded Cygnus Operating System, released
24 // September 30, 1998.
25 //
26 // The Initial Developer of the Original Code is Cygnus. Portions created
27 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
28 // -------------------------------------------
29 //
30 //####COPYRIGHTEND####
31 //=============================================================================
32 //#####DESCRIPTIONBEGIN####
33 //
34 // Author(s): cygnus
35 // Contributors: hmt
36 // Date: 1999-06-08
37 // Purpose: Provide basic Serial IO for MBX board
38 // Description: Serial IO for MBX boards which connect their debug channel
39 // to SMC1; or any QUICC user who wants to use SMC1.
40 // Usage:
41 //
42 //####DESCRIPTIONEND####
43 //
44 //=============================================================================
45
46 extern void cyg_quicc_smc1_uart_putchar(char ch);
47 extern int cyg_quicc_smc1_uart_rcvchar(void);
48 extern void cyg_quicc_init_smc1(void);
49
50 #endif /* CYGONCE_HAL_PPC_QUICC_SMC1_H */