Changeset 00287cc in mainline for kernel/arch/arm32/src/console.c


Ignore:
Timestamp:
2009-03-12T23:26:32Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
648c9d9
Parents:
3b122e9
Message:

arm32: update for the new scheme of device drivers and keyboard/serial modules
streamline arm32 port (as GXemul is still the only machine supported), more cleanup is needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/arm32/src/console.c

    r3b122e9 r00287cc  
    2727 */
    2828
    29 /** @addtogroup arm32   
     29/** @addtogroup arm32
    3030 * @{
    3131 */
    32 /** @file 
     32/** @file
    3333 *  @brief Console.
    3434 */
     
    3636#include <console/console.h>
    3737#include <arch/console.h>
    38 #include <arch/machine.h>
    39 
    4038#include <genarch/fb/fb.h>
    4139
Note: See TracChangeset for help on using the changeset viewer.