Changeset 1d4bac9 in rtems
- Timestamp:
- 04/16/01 20:32:16 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4ff04390
- Parents:
- d6a2d7ee
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/sapi/ChangeLog
rd6a2d7ee r1d4bac9 1 2001-04-16 Joel Sherrill <joel@OARcorp.com> 2 3 * include/confdefs.h: Fix real-time clock support. 4 1 5 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
c/src/exec/sapi/include/confdefs.h
rd6a2d7ee r1d4bac9 270 270 #endif 271 271 272 #ifdef CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER 273 #include <rtc.h> 274 #endif 275 272 276 #ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER 273 277 #include <rtems/devnull.h> … … 283 287 #ifdef CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER 284 288 CLOCK_DRIVER_TABLE_ENTRY, 289 #endif 290 #ifdef CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER 291 RTC_DRIVER_TABLE_ENTRY, 285 292 #endif 286 293 #ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER -
cpukit/sapi/ChangeLog
rd6a2d7ee r1d4bac9 1 2001-04-16 Joel Sherrill <joel@OARcorp.com> 2 3 * include/confdefs.h: Fix real-time clock support. 4 1 5 2001-02-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
cpukit/sapi/include/confdefs.h
rd6a2d7ee r1d4bac9 270 270 #endif 271 271 272 #ifdef CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER 273 #include <rtc.h> 274 #endif 275 272 276 #ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER 273 277 #include <rtems/devnull.h> … … 283 287 #ifdef CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER 284 288 CLOCK_DRIVER_TABLE_ENTRY, 289 #endif 290 #ifdef CONFIGURE_APPLICATION_NEEDS_RTC_DRIVER 291 RTC_DRIVER_TABLE_ENTRY, 285 292 #endif 286 293 #ifdef CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
Note: See TracChangeset
for help on using the changeset viewer.