Changeset fe4edc8 in rtems


Ignore:
Timestamp:
05/31/00 14:14:27 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
0adfb213
Parents:
6a8700d
Message:

Include clockdrv.h and console.h per Frank Szczerba <frank@…>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/exec/sapi/include/confdefs.h

    r6a8700d rfe4edc8  
    249249 { NULL, NULL, NULL, NULL, NULL, NULL }
    250250
     251#ifdef CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
     252#include <console.h>
     253#endif
     254
     255#ifdef CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
     256#include <clockdrv.h>
     257#endif
     258
    251259#ifdef CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
    252260#include <timerdrv.h>
Note: See TracChangeset for help on using the changeset viewer.