comparison packages/hal/mips/arch/current/include/hal_io.h @ 2:443894e2e912 ecos-v1_2_1-release

Block commit of eCos version 1.2.1
author jlarmour
date Tue, 11 May 1999 12:24:34 +0000
parents 3111d98ba7b3
children 29bc183297e1
comparison
equal deleted inserted replaced
1:72f549f0d891 2:443894e2e912
1 #ifndef CYGONCE_HAL_HAL_IO_H 1 #ifndef CYGONCE_HAL_HAL_IO_H
2 #define CYGONCE_HAL_HAL_IO_H 2 #define CYGONCE_HAL_HAL_IO_H
3 3
4 //============================================================================= 4 //=============================================================================
5 // 5 //
6 // hal_io.h 6 // hal_io.h
7 // 7 //
8 // HAL device IO register support. 8 // HAL device IO register support.
9 // 9 //
10 //============================================================================= 10 //=============================================================================
11 //####COPYRIGHTBEGIN#### 11 //####COPYRIGHTBEGIN####
12 // 12 //
13 // ------------------------------------------- 13 // -------------------------------------------
23 // 23 //
24 // The Original Code is eCos - Embedded Cygnus Operating System, released 24 // The Original Code is eCos - Embedded Cygnus Operating System, released
25 // September 30, 1998. 25 // September 30, 1998.
26 // 26 //
27 // The Initial Developer of the Original Code is Cygnus. Portions created 27 // The Initial Developer of the Original Code is Cygnus. Portions created
28 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. 28 // by Cygnus are Copyright (C) 1998,1999 Cygnus Solutions. All Rights Reserved.
29 // ------------------------------------------- 29 // -------------------------------------------
30 // 30 //
31 //####COPYRIGHTEND#### 31 //####COPYRIGHTEND####
32 //============================================================================= 32 //=============================================================================
33 //#####DESCRIPTIONBEGIN#### 33 //#####DESCRIPTIONBEGIN####
34 // 34 //
35 // Author(s): nickg 35 // Author(s): nickg
36 // Contributors: nickg 36 // Contributors: nickg
37 // Date: 1998-02-17 37 // Date: 1998-02-17
38 // Purpose: Define IO register support 38 // Purpose: Define IO register support
39 // Description: The macros defined here provide the HAL APIs for handling 39 // Description: The macros defined here provide the HAL APIs for handling
40 // device IO control registers. 40 // device IO control registers.
41 // 41 //
42 // Usage: 42 // Usage:
43 // #include <cyg/hal/hal_io.h> 43 // #include <cyg/hal/hal_io.h>
44 // ... 44 // ...
45 // 45 //
46 // 46 //
47 //####DESCRIPTIONEND#### 47 //####DESCRIPTIONEND####
48 // 48 //
49 //============================================================================= 49 //=============================================================================
50 50