Changeset 8d62ece8 in rtems


Ignore:
Timestamp:
05/27/98 19:19:31 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
37eacd7
Parents:
71d07b9d
Message:

Moved rtemsReboot() to here from exit.c. This appears to have been
necessary because a patch did not apply cleanly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/i386/pc386/console/inch.c

    r71d07b9d r8d62ece8  
    7272static rtems_unsigned16 kbd_last  = 0;
    7373
     74/*-------------------------------------------------------------------------+
     75|         Function: rtemsReboot
     76|      Description: Reboot the PC.
     77| Global Variables: None.
     78|        Arguments: None.
     79|          Returns: Nothing.
     80+--------------------------------------------------------------------------*/
     81void rtemsReboot(void)
     82{
     83  /* shutdown and reboot */
     84  outport_byte(0x64, 0xFE);        /* use keyboard controler to do the job... */
     85} /* rtemsReboot */
    7486
    7587/*-------------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.