|
0
|
1 #ifndef CYGONCE_KERNEL_DIAG_H |
|
|
2 #define CYGONCE_KERNEL_DIAG_H |
|
|
3 |
|
|
4 /*============================================================================= |
|
|
5 // |
|
|
6 // diag.h |
|
|
7 // |
|
|
8 // Diagnostic Routines for Kernel Development |
|
|
9 // |
|
|
10 //========================================================================== |
|
|
11 //####COPYRIGHTBEGIN#### |
|
|
12 // |
|
|
13 // ------------------------------------------- |
|
|
14 // The contents of this file are subject to the Cygnus eCos Public License |
|
|
15 // Version 1.0 (the "License"); you may not use this file except in |
|
|
16 // compliance with the License. You may obtain a copy of the License at |
|
|
17 // http://sourceware.cygnus.com/ecos |
|
|
18 // |
|
|
19 // Software distributed under the License is distributed on an "AS IS" |
|
|
20 // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
|
|
21 // License for the specific language governing rights and limitations under |
|
|
22 // the License. |
|
|
23 // |
|
|
24 // The Original Code is eCos - Embedded Cygnus Operating System, released |
|
|
25 // September 30, 1998. |
|
|
26 // |
|
|
27 // The Initial Developer of the Original Code is Cygnus. Portions created |
|
|
28 // by Cygnus are Copyright (C) 1998 Cygnus Solutions. All Rights Reserved. |
|
|
29 // ------------------------------------------- |
|
|
30 // |
|
|
31 //####COPYRIGHTEND#### |
|
|
32 //========================================================================== |
|
|
33 //#####DESCRIPTIONBEGIN#### |
|
|
34 // |
|
|
35 // Author(s): nickg |
|
|
36 // Contributors: nickg |
|
|
37 // Date: 1998-03-02 |
|
|
38 // Purpose: Diagnostic Routines for Kernel Development |
|
|
39 // Description: Diagnostic routines for use during kernel development. |
|
|
40 // Usage: #include <cyg/kernel/diag.h> |
|
|
41 // |
|
|
42 //####DESCRIPTIONEND#### |
|
|
43 // |
|
|
44 //==========================================================================*/ |
|
|
45 |
|
|
46 // These have now migrated to here: |
|
|
47 |
|
|
48 #include <cyg/infra/diag.h> |
|
|
49 |
|
|
50 // this file is retained for the kernel to add to the functionality |
|
|
51 // in the knowledge that there _is_ a kernel. |
|
|
52 |
|
|
53 /*---------------------------------------------------------------------------*/ |
|
|
54 #endif /* CYGONCE_KERNEL_DIAG_H */ |
|
|
55 /* EOF diag.h */ |