Changeset c859753 in mainline for kernel/generic/src/console/chardev.c


Ignore:
Timestamp:
2008-06-03T14:55:09Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
419886f6
Parents:
aa48a9d
Message:

remove original klog
permanent kernel cyclic log buffer
proper printf formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/chardev.c

    raa48a9d rc859753  
    4343 * @param op Implementation of character device operations.
    4444 */
    45 void chardev_initialize(char *name,chardev_t *chardev,
     45void chardev_initialize(char *name, chardev_t *chardev,
    4646                        chardev_operations_t *op)
    4747{
Note: See TracChangeset for help on using the changeset viewer.