Mercurial > flash_v2
comparison packages/devs/common/current/include/pkgconf/devices.h @ 0:3111d98ba7b3 ecos-v1_1-release
Initial commit of eCos version 1.1
| author | jlarmour |
|---|---|
| date | Tue, 11 May 1999 11:16:07 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3111d98ba7b3 |
|---|---|
| 1 #ifndef CYGONCE_PKGCONF_DEVICES_H | |
| 2 #define CYGONCE_PKGCONF_DEVICES_H | |
| 3 // ==================================================================== | |
| 4 // | |
| 5 // pkgconf/devices.h | |
| 6 // | |
| 7 // Device configuration file | |
| 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 Cygnus Solutions. All Rights Reserved. | |
| 28 // ------------------------------------------- | |
| 29 // | |
| 30 //####COPYRIGHTEND#### | |
| 31 // ==================================================================== | |
| 32 //#####DESCRIPTIONBEGIN#### | |
| 33 // | |
| 34 // Author(s): proven | |
| 35 // Contributors:proven | |
| 36 // Date: 1998-04-24 | |
| 37 // Purpose: Contain #include for all the possible devices for the | |
| 38 // current configuration. All applications should include | |
| 39 // this file if they want to use the raw C++ device | |
| 40 // Eventually this file should be generated automatically. | |
| 41 // Description: | |
| 42 // | |
| 43 //####DESCRIPTIONEND#### | |
| 44 // | |
| 45 // ==================================================================== | |
| 46 | |
| 47 /* --------------------------------------------------------------------- | |
| 48 * Get the device configurations. | |
| 49 */ | |
| 50 | |
| 51 #include <pkgconf/devs.h> | |
| 52 | |
| 53 /* --------------------------------------------------------------------- | |
| 54 * Now #include the specific driver include file. | |
| 55 */ | |
| 56 | |
| 57 #ifdef __cplusplus | |
| 58 | |
| 59 #ifdef CYG_HAL_MN10300 | |
| 60 # ifdef CYGPKG_DEVICES_SERIAL_RS232_MN10300_1 | |
| 61 # include <cyg/devs/serial/rs232/mn10300/serial_mn10300_1.hxx> | |
| 62 # endif | |
| 63 # ifdef CYGPKG_DEVICES_SERIAL_RS232_MN10300_2 | |
| 64 # include <cyg/devs/serial/rs232/mn10300/serial_mn10300_2.hxx> | |
| 65 # endif | |
| 66 #endif | |
| 67 | |
| 68 #ifdef CYG_HAL_TX39 | |
| 69 # ifdef CYGPKG_DEVICES_SERIAL_RS232_TX39 | |
| 70 # include <cyg/devs/serial/rs232/tx39/serial_tx39.hxx> | |
| 71 # endif | |
| 72 #endif | |
| 73 | |
| 74 #ifdef CYGPKG_DEVICES_GDB | |
| 75 # include <cyg/devs/gdb/gdb_1.hxx> | |
| 76 #endif | |
| 77 | |
| 78 #ifdef CYGPKG_DEVICES_WALLCLOCK | |
| 79 # include <cyg/devs/wallclock.hxx> | |
| 80 #endif | |
| 81 | |
| 82 #ifdef CYGPKG_DEVICES_WATCHDOG | |
| 83 # include <cyg/devs/watchdog.hxx> | |
| 84 #endif | |
| 85 | |
| 86 #endif /* __cplusplus */ | |
| 87 | |
| 88 #endif /* CYGONCE_PKGCONF_DEVICES_H */ | |
| 89 /* EOF devices.h */ |
